Html Css Color HEX #F20819 Torch Red

📋 copy color: '#F20819'

red 242 ◦ green 8 ◦ blue 25

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

Shades of Torch Red #F20819

Tints of Torch Red #F20819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 88%
G = 2.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F20819 (or 0xF20819) is known color: Torch Red. HEX triplet: F2, 08 and 19. RGB value is (242,8,25). Sum of RGB (Red+Green+Blue) = 242+8+25=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F20819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20819 is #0DF7E6. Grayscale: #505050. Windows color (decimal): -915431 or 1640690. OLE color: 1640690.

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

Color convert

RGB 242 8 25 -
CMYK 0 0.97 0.90 0.05
HSL 355.64º 0.94% 0.49% -
HSV(B) 355.64º 0.97% 0.95% -
XYZ 36.88 19.12 2.67 -
YUV 79.9 97.02 243.62 -
System Red Green Blue C M Y K H S L
Decimal 242 8 25 0 0.97 0.90 0.05 355.64 0.94 0.49
Hex F2 8 19 0 61 5A 5 164 5E 31
Octal 362 10 31 0 141 132 5 544 136 61
Binary 11110010 1000 11001 0 1100001 1011010 101 101100100 1011110 110001

Color Harmonies of #F20819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20819

Black with #F20819

Text Example


Text Example

White with #F20819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20819; }

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

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

background-color css

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

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

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

border-color css

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

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

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