Html Css Color HEX #F01911 Scarlet

📋 copy color: '#F01911'

red 240 ◦ green 25 ◦ blue 17

#F01911
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F01911

Tints of Scarlet #F01911

RGB

 RED value IS 240 (94.14% from 255) = 85.11%

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 85.11%
G = 8.87%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F01911 (or 0xF01911) is known color: Scarlet. HEX triplet: F0, 19 and 11. RGB value is (240,25,17). Sum of RGB (Red+Green+Blue) = 240+25+17=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F01911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01911 is #0FE6EE. Grayscale: #585858. Windows color (decimal): -1042159 or 1120752. OLE color: 1120752.

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

Color convert

RGB 240 25 17 -
CMYK 0 0.90 0.93 0.06
HSL 2.15º 0.88% 0.5% -
HSV(B) 2.15º 0.93% 0.94% -
XYZ 36.38 19.26 2.33 -
YUV 88.37 87.73 236.15 -
System Red Green Blue C M Y K H S L
Decimal 240 25 17 0 0.90 0.93 0.06 2.15 0.88 0.5
Hex F0 19 11 0 5A 5D 6 2 58 32
Octal 360 31 21 0 132 135 6 2 130 62
Binary 11110000 11001 10001 0 1011010 1011101 110 10 1011000 110010

Color Harmonies of #F01911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01911

Black with #F01911

Text Example


Text Example

White with #F01911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01911; }

 p { color: rgb(240,25,17); }

 H1.HeaderClassName
 {
   color: #F01911;
 }
 .AnyTagClassName
 {
   color: #F01911;
 }
</style>

background-color css

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

 a { background-color: rgb(240,25,17); }

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

border-color css

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

 span { border-color: rgb(240,25,17); }

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