Html Css Color HEX #F20018 Torch Red

📋 copy color: '#F20018'

red 242 ◦ green 0 ◦ blue 24

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

Shades of Torch Red #F20018

Tints of Torch Red #F20018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 90.98%
G = 0%
B = 9.02%

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

#F20018 (or 0xF20018) is known color: Torch Red. HEX triplet: F2, 00 and 18. RGB value is (242,0,24). Sum of RGB (Red+Green+Blue) = 242+0+24=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F20018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20018 is #0DFFE7. Grayscale: #4B4B4B. Windows color (decimal): -917480 or 1573106. OLE color: 1573106.

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

Color convert

RGB 242 0 24 -
CMYK 0 1 0.90 0.05
HSL 354.05º 1% 0.47% -
HSV(B) 354.05º 1% 0.95% -
XYZ 36.78 18.94 2.58 -
YUV 75.09 99.17 247.05 -
System Red Green Blue C M Y K H S L
Decimal 242 0 24 0 1 0.90 0.05 354.05 1 0.47
Hex F2 0 18 0 64 5A 5 162 64 2F
Octal 362 0 30 0 144 132 5 542 144 57
Binary 11110010 0 11000 0 1100100 1011010 101 101100010 1100100 101111

Color Harmonies of #F20018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20018

Black with #F20018

Text Example


Text Example

White with #F20018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20018; }

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

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

background-color css

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

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

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

border-color css

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

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

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