Html Css Color HEX #F40311 Torch Red

📋 copy color: '#F40311'

red 244 ◦ green 3 ◦ blue 17

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

Shades of Torch Red #F40311

Tints of Torch Red #F40311

RGB

 RED value IS 244 (95.7% from 255) = 92.42%

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 92.42%
G = 1.14%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F40311 (or 0xF40311) is known color: Torch Red. HEX triplet: F4, 03 and 11. RGB value is (244,3,17). Sum of RGB (Red+Green+Blue) = 244+3+17=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F40311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40311 is #0BFCEE. Grayscale: #4C4C4C. Windows color (decimal): -785647 or 1115124. OLE color: 1115124.

HSL color Cylindrical-coordinate representation of color #F40311: hue angle of 356.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40311 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 3 17 -
CMYK 0 0.99 0.93 0.04
HSL 356.51º 0.98% 0.48% -
HSV(B) 356.51º 0.99% 0.96% -
XYZ 37.44 19.34 2.29 -
YUV 76.66 94.34 247.36 -
System Red Green Blue C M Y K H S L
Decimal 244 3 17 0 0.99 0.93 0.04 356.51 0.98 0.48
Hex F4 3 11 0 63 5D 4 165 62 30
Octal 364 3 21 0 143 135 4 545 142 60
Binary 11110100 11 10001 0 1100011 1011101 100 101100101 1100010 110000

Color Harmonies of #F40311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40311

Black with #F40311

Text Example


Text Example

White with #F40311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40311; }

 p { color: rgb(244,3,17); }

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

background-color css

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

 a { background-color: rgb(244,3,17); }

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

border-color css

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

 span { border-color: rgb(244,3,17); }

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