Html Css Color HEX #F20828 Torch Red

📋 copy color: '#F20828'

red 242 ◦ green 8 ◦ blue 40

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

Shades of Torch Red #F20828

Tints of Torch Red #F20828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 83.45%
G = 2.76%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F20828 (or 0xF20828) is known color: Torch Red. HEX triplet: F2, 08 and 28. RGB value is (242,8,40). Sum of RGB (Red+Green+Blue) = 242+8+40=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F20828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20828 is #0DF7D7. Grayscale: #515151. Windows color (decimal): -915416 or 2623730. OLE color: 2623730.

HSL color Cylindrical-coordinate representation of color #F20828: hue angle of 351.79º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20828 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 8 40 -
CMYK 0 0.97 0.83 0.05
HSL 351.79º 0.94% 0.49% -
HSV(B) 351.79º 0.97% 0.95% -
XYZ 37.09 19.2 3.76 -
YUV 81.61 104.52 242.4 -
System Red Green Blue C M Y K H S L
Decimal 242 8 40 0 0.97 0.83 0.05 351.79 0.94 0.49
Hex F2 8 28 0 61 53 5 160 5E 31
Octal 362 10 50 0 141 123 5 540 136 61
Binary 11110010 1000 101000 0 1100001 1010011 101 101100000 1011110 110001

Color Harmonies of #F20828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20828

Black with #F20828

Text Example


Text Example

White with #F20828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20828; }

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

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

background-color css

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

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

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

border-color css

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

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

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