Html Css Color HEX #F20022 Torch Red

📋 copy color: '#F20022'

red 242 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #F20022

Tints of Torch Red #F20022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.68%
G = 0%
B = 12.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F20022 (or 0xF20022) is known color: Torch Red. HEX triplet: F2, 00 and 22. RGB value is (242,0,34). Sum of RGB (Red+Green+Blue) = 242+0+34=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F20022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20022 is #0DFFDD. Grayscale: #4C4C4C. Windows color (decimal): -917470 or 2228466. OLE color: 2228466.

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

Color convert

RGB 242 0 34 -
CMYK 0 1 0.86 0.05
HSL 351.57º 1% 0.47% -
HSV(B) 351.57º 1% 0.95% -
XYZ 36.91 18.99 3.23 -
YUV 76.23 104.17 246.24 -
System Red Green Blue C M Y K H S L
Decimal 242 0 34 0 1 0.86 0.05 351.57 1 0.47
Hex F2 0 22 0 64 56 5 160 64 2F
Octal 362 0 42 0 144 126 5 540 144 57
Binary 11110010 0 100010 0 1100100 1010110 101 101100000 1100100 101111

Color Harmonies of #F20022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20022

Black with #F20022

Text Example


Text Example

White with #F20022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20022; }

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

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

background-color css

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

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

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

border-color css

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

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

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