Html Css Color HEX #F20516 Torch Red

📋 copy color: '#F20516'

red 242 ◦ green 5 ◦ blue 22

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

Shades of Torch Red #F20516

Tints of Torch Red #F20516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 89.96%
G = 1.86%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F20516 (or 0xF20516) is known color: Torch Red. HEX triplet: F2, 05 and 16. RGB value is (242,5,22). Sum of RGB (Red+Green+Blue) = 242+5+22=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F20516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20516 is #0DFAE9. Grayscale: #4D4D4D. Windows color (decimal): -916202 or 1443314. OLE color: 1443314.

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

Color convert

RGB 242 5 22 -
CMYK 0 0.98 0.91 0.05
HSL 355.7º 0.96% 0.48% -
HSV(B) 355.7º 0.98% 0.95% -
XYZ 36.82 19.04 2.49 -
YUV 77.8 96.52 245.12 -
System Red Green Blue C M Y K H S L
Decimal 242 5 22 0 0.98 0.91 0.05 355.7 0.96 0.48
Hex F2 5 16 0 62 5B 5 164 60 30
Octal 362 5 26 0 142 133 5 544 140 60
Binary 11110010 101 10110 0 1100010 1011011 101 101100100 1100000 110000

Color Harmonies of #F20516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20516

Black with #F20516

Text Example


Text Example

White with #F20516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20516; }

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

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

background-color css

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

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

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

border-color css

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

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

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