Html Css Color HEX #F01412 Scarlet

📋 copy color: '#F01412'

red 240 ◦ green 20 ◦ blue 18

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

Shades of Scarlet #F01412

Tints of Scarlet #F01412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 86.33%
G = 7.19%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01412 (or 0xF01412) is known color: Scarlet. HEX triplet: F0, 14 and 12. RGB value is (240,20,18). Sum of RGB (Red+Green+Blue) = 240+20+18=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F01412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01412 is #0FEBED. Grayscale: #555555. Windows color (decimal): -1043438 or 1185008. OLE color: 1185008.

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

Color convert

RGB 240 20 18 -
CMYK 0 0.92 0.92 0.06
HSL 0.54º 0.88% 0.51% -
HSV(B) 0.54º 0.93% 0.94% -
XYZ 36.29 19.07 2.34 -
YUV 85.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 240 20 18 0 0.92 0.92 0.06 0.54 0.88 0.51
Hex F0 14 12 0 5C 5C 6 1 58 33
Octal 360 24 22 0 134 134 6 1 130 63
Binary 11110000 10100 10010 0 1011100 1011100 110 1 1011000 110011

Color Harmonies of #F01412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01412

Black with #F01412

Text Example


Text Example

White with #F01412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01412; }

 p { color: rgb(240,20,18); }

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

background-color css

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

 a { background-color: rgb(240,20,18); }

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

border-color css

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

 span { border-color: rgb(240,20,18); }

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