Html Css Color HEX #F90212 Torch Red

📋 copy color: '#F90212'

red 249 ◦ green 2 ◦ blue 18

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

Shades of Torch Red #F90212

Tints of Torch Red #F90212

RGB

 RED value IS 249 (97.66% from 255) = 92.57%

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

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

R = 92.57%
G = 0.74%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F90212 (or 0xF90212) is known color: Torch Red. HEX triplet: F9, 02 and 12. RGB value is (249,2,18). Sum of RGB (Red+Green+Blue) = 249+2+18=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F90212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90212 is #06FDED. Grayscale: #4D4D4D. Windows color (decimal): -458222 or 1180409. OLE color: 1180409.

HSL color Cylindrical-coordinate representation of color #F90212: hue angle of 356.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90212 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 18 -
CMYK 0 0.99 0.93 0.02
HSL 356.11º 0.98% 0.49% -
HSV(B) 356.11º 0.99% 0.98% -
XYZ 39.2 20.23 2.41 -
YUV 77.68 94.33 250.2 -
System Red Green Blue C M Y K H S L
Decimal 249 2 18 0 0.99 0.93 0.02 356.11 0.98 0.49
Hex F9 2 12 0 63 5D 2 164 62 31
Octal 371 2 22 0 143 135 2 544 142 61
Binary 11111001 10 10010 0 1100011 1011101 10 101100100 1100010 110001

Color Harmonies of #F90212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90212

Black with #F90212

Text Example


Text Example

White with #F90212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90212; }

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

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

background-color css

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

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

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

border-color css

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

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

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