Html Css Color HEX #F00212 Torch Red

📋 copy color: '#F00212'

red 240 ◦ green 2 ◦ blue 18

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

Shades of Torch Red #F00212

Tints of Torch Red #F00212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 92.31%
G = 0.77%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00212 (or 0xF00212) is known color: Torch Red. HEX triplet: F0, 02 and 12. RGB value is (240,2,18). Sum of RGB (Red+Green+Blue) = 240+2+18=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F00212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00212 is #0FFDED. Grayscale: #4B4B4B. Windows color (decimal): -1048046 or 1180400. OLE color: 1180400.

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

Color convert

RGB 240 2 18 -
CMYK 0 0.99 0.92 0.06
HSL 355.97º 0.98% 0.47% -
HSV(B) 355.97º 0.99% 0.94% -
XYZ 36.07 18.61 2.26 -
YUV 74.99 95.85 245.7 -
System Red Green Blue C M Y K H S L
Decimal 240 2 18 0 0.99 0.92 0.06 355.97 0.98 0.47
Hex F0 2 12 0 63 5C 6 164 62 2F
Octal 360 2 22 0 143 134 6 544 142 57
Binary 11110000 10 10010 0 1100011 1011100 110 101100100 1100010 101111

Color Harmonies of #F00212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00212

Black with #F00212

Text Example


Text Example

White with #F00212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00212; }

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

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

background-color css

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

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

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

border-color css

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

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

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