Html Css Color HEX #F01019 Torch Red

📋 copy color: '#F01019'

red 240 ◦ green 16 ◦ blue 25

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

Shades of Torch Red #F01019

Tints of Torch Red #F01019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 85.41%
G = 5.69%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01019 (or 0xF01019) is known color: Torch Red. HEX triplet: F0, 10 and 19. RGB value is (240,16,25). Sum of RGB (Red+Green+Blue) = 240+16+25=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01019 is #0FEFE6. Grayscale: #545454. Windows color (decimal): -1044455 or 1642736. OLE color: 1642736.

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

Color convert

RGB 240 16 25 -
CMYK 0 0.93 0.90 0.06
HSL 357.59º 0.88% 0.5% -
HSV(B) 357.59º 0.93% 0.94% -
XYZ 36.3 18.97 2.67 -
YUV 84 94.71 239.27 -
System Red Green Blue C M Y K H S L
Decimal 240 16 25 0 0.93 0.90 0.06 357.59 0.88 0.5
Hex F0 10 19 0 5D 5A 6 166 58 32
Octal 360 20 31 0 135 132 6 546 130 62
Binary 11110000 10000 11001 0 1011101 1011010 110 101100110 1011000 110010

Color Harmonies of #F01019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01019

Black with #F01019

Text Example


Text Example

White with #F01019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01019; }

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

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

background-color css

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

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

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

border-color css

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

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

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