Html Css Color HEX #F01820 Torch Red

📋 copy color: '#F01820'

red 240 ◦ green 24 ◦ blue 32

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

Shades of Torch Red #F01820

Tints of Torch Red #F01820

RGB

 RED value IS 240 (94.14% from 255) = 81.08%

 GREEN value IS 24 (9.77% from 255) = 8.11%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 81.08%
G = 8.11%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F01820 (or 0xF01820) is known color: Torch Red. HEX triplet: F0, 18 and 20. RGB value is (240,24,32). Sum of RGB (Red+Green+Blue) = 240+24+32=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F01820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01820 is #0FE7DF. Grayscale: #595959. Windows color (decimal): -1042400 or 2103536. OLE color: 2103536.

HSL color Cylindrical-coordinate representation of color #F01820: hue angle of 357.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01820 is Cyan = 0, Magento = 0.9, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 24 32 -
CMYK 0 0.9 0.87 0.06
HSL 357.78º 0.88% 0.52% -
HSV(B) 357.78º 0.9% 0.94% -
XYZ 36.52 19.28 3.16 -
YUV 89.5 95.56 235.35 -
System Red Green Blue C M Y K H S L
Decimal 240 24 32 0 0.9 0.87 0.06 357.78 0.88 0.52
Hex F0 18 20 0 5A 57 6 166 58 34
Octal 360 30 40 0 132 127 6 546 130 64
Binary 11110000 11000 100000 0 1011010 1010111 110 101100110 1011000 110100

Color Harmonies of #F01820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01820

Black with #F01820

Text Example


Text Example

White with #F01820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01820; }

 p { color: rgb(240,24,32); }

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

background-color css

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

 a { background-color: rgb(240,24,32); }

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

border-color css

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

 span { border-color: rgb(240,24,32); }

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