Html Css Color HEX #F20016 Torch Red

📋 copy color: '#F20016'

red 242 ◦ green 0 ◦ blue 22

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

Shades of Torch Red #F20016

Tints of Torch Red #F20016

RGB

 RED value IS 242 (94.92% from 255) = 91.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F20016 (or 0xF20016) is known color: Torch Red. HEX triplet: F2, 00 and 16. RGB value is (242,0,22). Sum of RGB (Red+Green+Blue) = 242+0+22=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F20016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20016 is #0DFFE9. Grayscale: #4B4B4B. Windows color (decimal): -917482 or 1442034. OLE color: 1442034.

HSL color Cylindrical-coordinate representation of color #F20016: hue angle of 354.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20016 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 0 22 -
CMYK 0 1 0.91 0.05
HSL 354.55º 1% 0.47% -
HSV(B) 354.55º 1% 0.95% -
XYZ 36.76 18.94 2.48 -
YUV 74.87 98.17 247.21 -
System Red Green Blue C M Y K H S L
Decimal 242 0 22 0 1 0.91 0.05 354.55 1 0.47
Hex F2 0 16 0 64 5B 5 163 64 2F
Octal 362 0 26 0 144 133 5 543 144 57
Binary 11110010 0 10110 0 1100100 1011011 101 101100011 1100100 101111

Color Harmonies of #F20016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20016

Black with #F20016

Text Example


Text Example

White with #F20016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20016; }

 p { color: rgb(242,0,22); }

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

background-color css

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

 a { background-color: rgb(242,0,22); }

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

border-color css

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

 span { border-color: rgb(242,0,22); }

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