Html Css Color HEX #F01519 Torch Red

📋 copy color: '#F01519'

red 240 ◦ green 21 ◦ blue 25

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

Shades of Torch Red #F01519

Tints of Torch Red #F01519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 83.92%
G = 7.34%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01519 (or 0xF01519) is known color: Torch Red. HEX triplet: F0, 15 and 19. RGB value is (240,21,25). Sum of RGB (Red+Green+Blue) = 240+21+25=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F01519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01519 is #0FEAE6. Grayscale: #575757. Windows color (decimal): -1043175 or 1644016. OLE color: 1644016.

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

Color convert

RGB 240 21 25 -
CMYK 0 0.91 0.90 0.06
HSL 358.9º 0.88% 0.51% -
HSV(B) 358.9º 0.91% 0.94% -
XYZ 36.38 19.13 2.7 -
YUV 86.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 240 21 25 0 0.91 0.90 0.06 358.9 0.88 0.51
Hex F0 15 19 0 5B 5A 6 167 58 33
Octal 360 25 31 0 133 132 6 547 130 63
Binary 11110000 10101 11001 0 1011011 1011010 110 101100111 1011000 110011

Color Harmonies of #F01519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01519

Black with #F01519

Text Example


Text Example

White with #F01519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01519; }

 p { color: rgb(240,21,25); }

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

background-color css

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

 a { background-color: rgb(240,21,25); }

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

border-color css

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

 span { border-color: rgb(240,21,25); }

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