Html Css Color HEX #F02212 Scarlet

📋 copy color: '#F02212'

red 240 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #F02212

Tints of Scarlet #F02212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

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

R = 82.19%
G = 11.64%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02212 (or 0xF02212) is known color: Scarlet. HEX triplet: F0, 22 and 12. RGB value is (240,34,18). Sum of RGB (Red+Green+Blue) = 240+34+18=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F02212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02212 is #0FDDED. Grayscale: #5E5E5E. Windows color (decimal): -1039854 or 1188592. OLE color: 1188592.

HSL color Cylindrical-coordinate representation of color #F02212: hue angle of 4.32º 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 #F02212 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 34 18 -
CMYK 0 0.86 0.92 0.06
HSL 4.32º 0.88% 0.51% -
HSV(B) 4.32º 0.93% 0.94% -
XYZ 36.62 19.71 2.45 -
YUV 93.77 85.25 232.3 -
System Red Green Blue C M Y K H S L
Decimal 240 34 18 0 0.86 0.92 0.06 4.32 0.88 0.51
Hex F0 22 12 0 56 5C 6 4 58 33
Octal 360 42 22 0 126 134 6 4 130 63
Binary 11110000 100010 10010 0 1010110 1011100 110 100 1011000 110011

Color Harmonies of #F02212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02212

Black with #F02212

Text Example


Text Example

White with #F02212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02212; }

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

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

background-color css

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

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

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

border-color css

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

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

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