Html Css Color HEX #F20C22 Torch Red

📋 copy color: '#F20C22'

red 242 ◦ green 12 ◦ blue 34

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

Shades of Torch Red #F20C22

Tints of Torch Red #F20C22

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

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

R = 84.03%
G = 4.17%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F20C22 (or 0xF20C22) is known color: Torch Red. HEX triplet: F2, 0C and 22. RGB value is (242,12,34). Sum of RGB (Red+Green+Blue) = 242+12+34=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20C22 is #0DF3DD. Grayscale: #535353. Windows color (decimal): -914398 or 2231538. OLE color: 2231538.

HSL color Cylindrical-coordinate representation of color #F20C22: hue angle of 354.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20C22 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 34 -
CMYK 0 0.95 0.86 0.05
HSL 354.26º 0.91% 0.5% -
HSV(B) 354.26º 0.95% 0.95% -
XYZ 37.04 19.26 3.28 -
YUV 83.28 100.2 241.21 -
System Red Green Blue C M Y K H S L
Decimal 242 12 34 0 0.95 0.86 0.05 354.26 0.91 0.5
Hex F2 C 22 0 5F 56 5 162 5B 32
Octal 362 14 42 0 137 126 5 542 133 62
Binary 11110010 1100 100010 0 1011111 1010110 101 101100010 1011011 110010

Color Harmonies of #F20C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20C22

Black with #F20C22

Text Example


Text Example

White with #F20C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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