Html Css Color HEX #F20837 Torch Red

📋 copy color: '#F20837'

red 242 ◦ green 8 ◦ blue 55

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

Shades of Torch Red #F20837

Tints of Torch Red #F20837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 79.34%
G = 2.62%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F20837 (or 0xF20837) is known color: Torch Red. HEX triplet: F2, 08 and 37. RGB value is (242,8,55). Sum of RGB (Red+Green+Blue) = 242+8+55=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F20837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20837 is #0DF7C8. Grayscale: #535353. Windows color (decimal): -915401 or 3606770. OLE color: 3606770.

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

Color convert

RGB 242 8 55 -
CMYK 0 0.97 0.77 0.05
HSL 347.95º 0.94% 0.49% -
HSV(B) 347.95º 0.97% 0.95% -
XYZ 37.39 19.33 5.37 -
YUV 83.32 112.02 241.18 -
System Red Green Blue C M Y K H S L
Decimal 242 8 55 0 0.97 0.77 0.05 347.95 0.94 0.49
Hex F2 8 37 0 61 4D 5 15C 5E 31
Octal 362 10 67 0 141 115 5 534 136 61
Binary 11110010 1000 110111 0 1100001 1001101 101 101011100 1011110 110001

Color Harmonies of #F20837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20837

Black with #F20837

Text Example


Text Example

White with #F20837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20837; }

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

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

background-color css

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

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

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

border-color css

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

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

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