Html Css Color HEX #F01319 Torch Red

📋 copy color: '#F01319'

red 240 ◦ green 19 ◦ blue 25

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

Shades of Torch Red #F01319

Tints of Torch Red #F01319

RGB

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

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

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

R = 84.51%
G = 6.69%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01319 (or 0xF01319) is known color: Torch Red. HEX triplet: F0, 13 and 19. RGB value is (240,19,25). Sum of RGB (Red+Green+Blue) = 240+19+25=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F01319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01319 is #0FECE6. Grayscale: #555555. Windows color (decimal): -1043687 or 1643504. OLE color: 1643504.

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

Color convert

RGB 240 19 25 -
CMYK 0 0.92 0.90 0.06
HSL 358.37º 0.88% 0.51% -
HSV(B) 358.37º 0.92% 0.94% -
XYZ 36.34 19.06 2.68 -
YUV 85.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 240 19 25 0 0.92 0.90 0.06 358.37 0.88 0.51
Hex F0 13 19 0 5C 5A 6 166 58 33
Octal 360 23 31 0 134 132 6 546 130 63
Binary 11110000 10011 11001 0 1011100 1011010 110 101100110 1011000 110011

Color Harmonies of #F01319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01319

Black with #F01319

Text Example


Text Example

White with #F01319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01319; }

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

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

background-color css

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

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

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

border-color css

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

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

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