Html Css Color HEX #F21322 Torch Red

📋 copy color: '#F21322'

red 242 ◦ green 19 ◦ blue 34

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

Shades of Torch Red #F21322

Tints of Torch Red #F21322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 82.03%
G = 6.44%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F21322 (or 0xF21322) is known color: Torch Red. HEX triplet: F2, 13 and 22. RGB value is (242,19,34). Sum of RGB (Red+Green+Blue) = 242+19+34=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F21322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21322 is #0DECDD. Grayscale: #575757. Windows color (decimal): -912606 or 2233330. OLE color: 2233330.

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

Color convert

RGB 242 19 34 -
CMYK 0 0.92 0.86 0.05
HSL 355.96º 0.9% 0.51% -
HSV(B) 355.96º 0.92% 0.95% -
XYZ 37.14 19.46 3.31 -
YUV 87.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 242 19 34 0 0.92 0.86 0.05 355.96 0.9 0.51
Hex F2 13 22 0 5C 56 5 164 5A 33
Octal 362 23 42 0 134 126 5 544 132 63
Binary 11110010 10011 100010 0 1011100 1010110 101 101100100 1011010 110011

Color Harmonies of #F21322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21322

Black with #F21322

Text Example


Text Example

White with #F21322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21322; }

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

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

background-color css

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

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

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

border-color css

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

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

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