Html Css Color HEX #F20019 Torch Red

📋 copy color: '#F20019'

red 242 ◦ green 0 ◦ blue 25

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

Shades of Torch Red #F20019

Tints of Torch Red #F20019

RGB

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

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

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

R = 90.64%
G = 0%
B = 9.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F20019 (or 0xF20019) is known color: Torch Red. HEX triplet: F2, 00 and 19. RGB value is (242,0,25). Sum of RGB (Red+Green+Blue) = 242+0+25=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F20019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20019 is #0DFFE6. Grayscale: #4B4B4B. Windows color (decimal): -917479 or 1638642. OLE color: 1638642.

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

Color convert

RGB 242 0 25 -
CMYK 0 1 0.90 0.05
HSL 353.8º 1% 0.47% -
HSV(B) 353.8º 1% 0.95% -
XYZ 36.79 18.95 2.64 -
YUV 75.21 99.67 246.97 -
System Red Green Blue C M Y K H S L
Decimal 242 0 25 0 1 0.90 0.05 353.8 1 0.47
Hex F2 0 19 0 64 5A 5 162 64 2F
Octal 362 0 31 0 144 132 5 542 144 57
Binary 11110010 0 11001 0 1100100 1011010 101 101100010 1100100 101111

Color Harmonies of #F20019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20019

Black with #F20019

Text Example


Text Example

White with #F20019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20019; }

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

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

background-color css

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

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

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

border-color css

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

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

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