Html Css Color HEX #F01320 Torch Red

📋 copy color: '#F01320'

red 240 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #F01320

Tints of Torch Red #F01320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

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

R = 82.47%
G = 6.53%
B = 11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F01320 (or 0xF01320) is known color: Torch Red. HEX triplet: F0, 13 and 20. RGB value is (240,19,32). Sum of RGB (Red+Green+Blue) = 240+19+32=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F01320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01320 is #0FECDF. Grayscale: #565656. Windows color (decimal): -1043680 or 2102256. OLE color: 2102256.

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

Color convert

RGB 240 19 32 -
CMYK 0 0.92 0.87 0.06
HSL 356.47º 0.88% 0.51% -
HSV(B) 356.47º 0.92% 0.94% -
XYZ 36.43 19.1 3.13 -
YUV 86.56 97.22 237.44 -
System Red Green Blue C M Y K H S L
Decimal 240 19 32 0 0.92 0.87 0.06 356.47 0.88 0.51
Hex F0 13 20 0 5C 57 6 164 58 33
Octal 360 23 40 0 134 127 6 544 130 63
Binary 11110000 10011 100000 0 1011100 1010111 110 101100100 1011000 110011

Color Harmonies of #F01320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01320

Black with #F01320

Text Example


Text Example

White with #F01320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01320; }

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

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

background-color css

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

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

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

border-color css

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

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

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