Html Css Color HEX #F40310 Torch Red

📋 copy color: '#F40310'

red 244 ◦ green 3 ◦ blue 16

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

Shades of Torch Red #F40310

Tints of Torch Red #F40310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 92.78%
G = 1.14%
B = 6.08%

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

#F40310 (or 0xF40310) is known color: Torch Red. HEX triplet: F4, 03 and 10. RGB value is (244,3,16). Sum of RGB (Red+Green+Blue) = 244+3+16=263 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.78% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 244 - color contains mainly: red. Hex color #F40310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40310 is #0BFCEF. Grayscale: #4C4C4C. Windows color (decimal): -785648 or 1049588. OLE color: 1049588.

HSL color Cylindrical-coordinate representation of color #F40310: hue angle of 356.76º 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 #F40310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 3 16 -
CMYK 0 0.99 0.93 0.04
HSL 356.76º 0.98% 0.48% -
HSV(B) 356.76º 0.99% 0.96% -
XYZ 37.43 19.34 2.25 -
YUV 76.54 93.84 247.44 -
System Red Green Blue C M Y K H S L
Decimal 244 3 16 0 0.99 0.93 0.04 356.76 0.98 0.48
Hex F4 3 10 0 63 5D 4 165 62 30
Octal 364 3 20 0 143 135 4 545 142 60
Binary 11110100 11 10000 0 1100011 1011101 100 101100101 1100010 110000

Color Harmonies of #F40310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40310

Black with #F40310

Text Example


Text Example

White with #F40310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40310; }

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

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

background-color css

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

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

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

border-color css

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

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

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