Html Css Color HEX #F21116 Torch Red

📋 copy color: '#F21116'

red 242 ◦ green 17 ◦ blue 22

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

Shades of Torch Red #F21116

Tints of Torch Red #F21116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 86.12%
G = 6.05%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F21116 (or 0xF21116) is known color: Torch Red. HEX triplet: F2, 11 and 16. RGB value is (242,17,22). Sum of RGB (Red+Green+Blue) = 242+17+22=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F21116 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21116 is #0DEEE9. Grayscale: #555555. Windows color (decimal): -913130 or 1446386. OLE color: 1446386.

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

Color convert

RGB 242 17 22 -
CMYK 0 0.93 0.91 0.05
HSL 358.67º 0.9% 0.51% -
HSV(B) 358.67º 0.93% 0.95% -
XYZ 36.96 19.34 2.54 -
YUV 84.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 242 17 22 0 0.93 0.91 0.05 358.67 0.9 0.51
Hex F2 11 16 0 5D 5B 5 167 5A 33
Octal 362 21 26 0 135 133 5 547 132 63
Binary 11110010 10001 10110 0 1011101 1011011 101 101100111 1011010 110011

Color Harmonies of #F21116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21116

Black with #F21116

Text Example


Text Example

White with #F21116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21116; }

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

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

background-color css

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

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

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

border-color css

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

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

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