Html Css Color HEX #F20528 Torch Red

📋 copy color: '#F20528'

red 242 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #F20528

Tints of Torch Red #F20528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 84.32%
G = 1.74%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F20528 (or 0xF20528) is known color: Torch Red. HEX triplet: F2, 05 and 28. RGB value is (242,5,40). Sum of RGB (Red+Green+Blue) = 242+5+40=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F20528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20528 is #0DFAD7. Grayscale: #4F4F4F. Windows color (decimal): -916184 or 2622962. OLE color: 2622962.

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

Color convert

RGB 242 5 40 -
CMYK 0 0.98 0.83 0.05
HSL 351.14º 0.96% 0.48% -
HSV(B) 351.14º 0.98% 0.95% -
XYZ 37.06 19.14 3.75 -
YUV 79.85 105.52 243.65 -
System Red Green Blue C M Y K H S L
Decimal 242 5 40 0 0.98 0.83 0.05 351.14 0.96 0.48
Hex F2 5 28 0 62 53 5 15F 60 30
Octal 362 5 50 0 142 123 5 537 140 60
Binary 11110010 101 101000 0 1100010 1010011 101 101011111 1100000 110000

Color Harmonies of #F20528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20528

Black with #F20528

Text Example


Text Example

White with #F20528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20528; }

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

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

background-color css

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

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

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

border-color css

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

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

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