Html Css Color HEX #F20028 Torch Red

📋 copy color: '#F20028'

red 242 ◦ green 0 ◦ blue 40

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

Shades of Torch Red #F20028

Tints of Torch Red #F20028

RGB

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

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

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

R = 85.82%
G = 0%
B = 14.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F20028 (or 0xF20028) is known color: Torch Red. HEX triplet: F2, 00 and 28. RGB value is (242,0,40). Sum of RGB (Red+Green+Blue) = 242+0+40=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F20028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20028 is #0DFFD7. Grayscale: #4D4D4D. Windows color (decimal): -917464 or 2621682. OLE color: 2621682.

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

Color convert

RGB 242 0 40 -
CMYK 0 1 0.83 0.05
HSL 350.08º 1% 0.47% -
HSV(B) 350.08º 1% 0.95% -
XYZ 37 19.03 3.73 -
YUV 76.92 107.17 245.75 -
System Red Green Blue C M Y K H S L
Decimal 242 0 40 0 1 0.83 0.05 350.08 1 0.47
Hex F2 0 28 0 64 53 5 15E 64 2F
Octal 362 0 50 0 144 123 5 536 144 57
Binary 11110010 0 101000 0 1100100 1010011 101 101011110 1100100 101111

Color Harmonies of #F20028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20028

Black with #F20028

Text Example


Text Example

White with #F20028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20028; }

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

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

background-color css

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

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

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

border-color css

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

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

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