Html Css Color HEX #F21013 Torch Red

📋 copy color: '#F21013'

red 242 ◦ green 16 ◦ blue 19

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

Shades of Torch Red #F21013

Tints of Torch Red #F21013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 87.36%
G = 5.78%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F21013 (or 0xF21013) is known color: Torch Red. HEX triplet: F2, 10 and 13. RGB value is (242,16,19). Sum of RGB (Red+Green+Blue) = 242+16+19=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F21013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21013 is #0DEFEC. Grayscale: #545454. Windows color (decimal): -913389 or 1249522. OLE color: 1249522.

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

Color convert

RGB 242 16 19 -
CMYK 0 0.93 0.92 0.05
HSL 359.2º 0.9% 0.51% -
HSV(B) 359.2º 0.93% 0.95% -
XYZ 36.92 19.29 2.39 -
YUV 83.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 242 16 19 0 0.93 0.92 0.05 359.2 0.9 0.51
Hex F2 10 13 0 5D 5C 5 167 5A 33
Octal 362 20 23 0 135 134 5 547 132 63
Binary 11110010 10000 10011 0 1011101 1011100 101 101100111 1011010 110011

Color Harmonies of #F21013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21013

Black with #F21013

Text Example


Text Example

White with #F21013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21013; }

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

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

background-color css

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

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

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

border-color css

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

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

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