#f0261e

Color #F0261E Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F0261E

Tints of Scarlet #F0261E

Color information

#F0261E (or 0xF0261E) is unknown color: approx Scarlet. HEX triplet: F0, 26 and 1E. RGB value is (240,38,30). Sum of RGB (Red+Green+Blue) = 240+38+30=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0261E is #0FD9E1. Grayscale: #616161. Windows color (decimal): -1038818 or 1976048. OLE color: 1976048.

HSL color Cylindrical-coordinate representation of color #F0261E: hue angle of 2.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0261E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2403830-
CMYK00.840.870.06
HSL2.29º87.5%52.94%-
HSV(B)2.29º87.5%94.12%-
XYZ36.8620.013.15-
YUV97.4989.92229.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 77.92%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=77.92%
G=12.34%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240383000.840.870.062.2987.552.94
HexF0261E05457625835
Octal360463601241276213065
Binary1111000010011011110010101001010111110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0261e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0261e; }

 p { color: rgb(240,38,30); }

 H1.HeaderClassName
 {
   color: #f0261e;
 }
 .AnyTagClassName
 {
   color: #f0261e;
 }
</style>
background-color css

<style>
 a { background-color: #f0261e; }

 a { background-color: rgb(240,38,30); }

 div.DivClassName
 {
   background-color: #f0261e;
 }
 .BgClassName
 {
   background-color: #f0261e;
 }
</style>
border-color css

<style>
 span { border-color: #f0261e; }

 span { border-color: rgb(240,38,30); }

 td.TdClassName
 {
   border-color: #f0261e;
 }
 .TagClassName
 {
   border-color: #f0261e;
 }
</style>