Html Css Color HEX #F21117 Torch Red

📋 copy color: '#F21117'

red 242 ◦ green 17 ◦ blue 23

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

Shades of Torch Red #F21117

Tints of Torch Red #F21117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.16%

R = 85.82%
G = 6.03%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21117 (or 0xF21117) is known color: Torch Red. HEX triplet: F2, 11 and 17. RGB value is (242,17,23). Sum of RGB (Red+Green+Blue) = 242+17+23=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F21117 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21117 is #0DEEE8. Grayscale: #555555. Windows color (decimal): -913129 or 1511922. OLE color: 1511922.

HSL color Cylindrical-coordinate representation of color #F21117: hue angle of 358.4º 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 #F21117 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 23 -
CMYK 0 0.93 0.90 0.05
HSL 358.4º 0.9% 0.51% -
HSV(B) 358.4º 0.93% 0.95% -
XYZ 36.97 19.34 2.59 -
YUV 84.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 242 17 23 0 0.93 0.90 0.05 358.4 0.9 0.51
Hex F2 11 17 0 5D 5A 5 166 5A 33
Octal 362 21 27 0 135 132 5 546 132 63
Binary 11110010 10001 10111 0 1011101 1011010 101 101100110 1011010 110011

Color Harmonies of #F21117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21117

Black with #F21117

Text Example


Text Example

White with #F21117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21117; }

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

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

background-color css

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

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

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

border-color css

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

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

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