Html Css Color HEX #F20033 Torch Red

📋 copy color: '#F20033'

red 242 ◦ green 0 ◦ blue 51

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

Shades of Torch Red #F20033

Tints of Torch Red #F20033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 82.59%
G = 0%
B = 17.41%

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

#F20033 (or 0xF20033) is known color: Torch Red. HEX triplet: F2, 00 and 33. RGB value is (242,0,51). Sum of RGB (Red+Green+Blue) = 242+0+51=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F20033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20033 is #0DFFCC. Grayscale: #4E4E4E. Windows color (decimal): -917453 or 3342578. OLE color: 3342578.

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

Color convert

RGB 242 0 51 -
CMYK 0 1 0.79 0.05
HSL 347.36º 1% 0.47% -
HSV(B) 347.36º 1% 0.95% -
XYZ 37.22 19.12 4.86 -
YUV 78.17 112.67 244.85 -
System Red Green Blue C M Y K H S L
Decimal 242 0 51 0 1 0.79 0.05 347.36 1 0.47
Hex F2 0 33 0 64 4F 5 15B 64 2F
Octal 362 0 63 0 144 117 5 533 144 57
Binary 11110010 0 110011 0 1100100 1001111 101 101011011 1100100 101111

Color Harmonies of #F20033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20033

Black with #F20033

Text Example


Text Example

White with #F20033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20033; }

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

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

background-color css

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

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

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

border-color css

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

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

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