Html Css Color HEX #F20032 Torch Red

📋 copy color: '#F20032'

red 242 ◦ green 0 ◦ blue 50

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

Shades of Torch Red #F20032

Tints of Torch Red #F20032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 82.88%
G = 0%
B = 17.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F20032 (or 0xF20032) is known color: Torch Red. HEX triplet: F2, 00 and 32. RGB value is (242,0,50). Sum of RGB (Red+Green+Blue) = 242+0+50=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F20032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20032 is #0DFFCD. Grayscale: #4E4E4E. Windows color (decimal): -917454 or 3277042. OLE color: 3277042.

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

Color convert

RGB 242 0 50 -
CMYK 0 1 0.79 0.05
HSL 347.6º 1% 0.47% -
HSV(B) 347.6º 1% 0.95% -
XYZ 37.19 19.11 4.75 -
YUV 78.06 112.17 244.93 -
System Red Green Blue C M Y K H S L
Decimal 242 0 50 0 1 0.79 0.05 347.6 1 0.47
Hex F2 0 32 0 64 4F 5 15C 64 2F
Octal 362 0 62 0 144 117 5 534 144 57
Binary 11110010 0 110010 0 1100100 1001111 101 101011100 1100100 101111

Color Harmonies of #F20032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20032

Black with #F20032

Text Example


Text Example

White with #F20032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20032; }

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

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

background-color css

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

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

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

border-color css

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

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

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