Html Css Color HEX #F2122C Torch Red

📋 copy color: '#F2122C'

red 242 ◦ green 18 ◦ blue 44

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

Shades of Torch Red #F2122C

Tints of Torch Red #F2122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 79.61%
G = 5.92%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2122C (or 0xF2122C) is known color: Torch Red. HEX triplet: F2, 12 and 2C. RGB value is (242,18,44). Sum of RGB (Red+Green+Blue) = 242+18+44=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2122C is #0DEDD3. Grayscale: #585858. Windows color (decimal): -912852 or 2888434. OLE color: 2888434.

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

Color convert

RGB 242 18 44 -
CMYK 0 0.93 0.82 0.05
HSL 353.04º 0.9% 0.51% -
HSV(B) 353.04º 0.93% 0.95% -
XYZ 37.29 19.49 4.18 -
YUV 87.94 103.21 237.89 -
System Red Green Blue C M Y K H S L
Decimal 242 18 44 0 0.93 0.82 0.05 353.04 0.9 0.51
Hex F2 12 2C 0 5D 52 5 161 5A 33
Octal 362 22 54 0 135 122 5 541 132 63
Binary 11110010 10010 101100 0 1011101 1010010 101 101100001 1011010 110011

Color Harmonies of #F2122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2122C

Black with #F2122C

Text Example


Text Example

White with #F2122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2122C; }

 p { color: rgb(242,18,44); }

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

background-color css

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

 a { background-color: rgb(242,18,44); }

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

border-color css

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

 span { border-color: rgb(242,18,44); }

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