Html Css Color HEX #F21318 Torch Red

📋 copy color: '#F21318'

red 242 ◦ green 19 ◦ blue 24

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

Shades of Torch Red #F21318

Tints of Torch Red #F21318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 84.91%
G = 6.67%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21318 (or 0xF21318) is known color: Torch Red. HEX triplet: F2, 13 and 18. RGB value is (242,19,24). Sum of RGB (Red+Green+Blue) = 242+19+24=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F21318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21318 is #0DECE7. Grayscale: #565656. Windows color (decimal): -912616 or 1577970. OLE color: 1577970.

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

Color convert

RGB 242 19 24 -
CMYK 0 0.92 0.90 0.05
HSL 358.65º 0.9% 0.51% -
HSV(B) 358.65º 0.92% 0.95% -
XYZ 37.02 19.41 2.66 -
YUV 86.25 92.88 239.09 -
System Red Green Blue C M Y K H S L
Decimal 242 19 24 0 0.92 0.90 0.05 358.65 0.9 0.51
Hex F2 13 18 0 5C 5A 5 167 5A 33
Octal 362 23 30 0 134 132 5 547 132 63
Binary 11110010 10011 11000 0 1011100 1011010 101 101100111 1011010 110011

Color Harmonies of #F21318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21318

Black with #F21318

Text Example


Text Example

White with #F21318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21318; }

 p { color: rgb(242,19,24); }

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

background-color css

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

 a { background-color: rgb(242,19,24); }

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

border-color css

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

 span { border-color: rgb(242,19,24); }

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