Html Css Color HEX #F20520 Torch Red

📋 copy color: '#F20520'

red 242 ◦ green 5 ◦ blue 32

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

Shades of Torch Red #F20520

Tints of Torch Red #F20520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 86.74%
G = 1.79%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F20520 (or 0xF20520) is known color: Torch Red. HEX triplet: F2, 05 and 20. RGB value is (242,5,32). Sum of RGB (Red+Green+Blue) = 242+5+32=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F20520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20520 is #0DFADF. Grayscale: #4F4F4F. Windows color (decimal): -916192 or 2098674. OLE color: 2098674.

HSL color Cylindrical-coordinate representation of color #F20520: hue angle of 353.16º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20520 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 32 -
CMYK 0 0.98 0.87 0.05
HSL 353.16º 0.96% 0.48% -
HSV(B) 353.16º 0.98% 0.95% -
XYZ 36.93 19.09 3.1 -
YUV 78.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 242 5 32 0 0.98 0.87 0.05 353.16 0.96 0.48
Hex F2 5 20 0 62 57 5 161 60 30
Octal 362 5 40 0 142 127 5 541 140 60
Binary 11110010 101 100000 0 1100010 1010111 101 101100001 1100000 110000

Color Harmonies of #F20520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20520

Black with #F20520

Text Example


Text Example

White with #F20520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20520; }

 p { color: rgb(242,5,32); }

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

background-color css

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

 a { background-color: rgb(242,5,32); }

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

border-color css

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

 span { border-color: rgb(242,5,32); }

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