Html Css Color HEX #F40910 Torch Red

📋 copy color: '#F40910'

red 244 ◦ green 9 ◦ blue 16

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

Shades of Torch Red #F40910

Tints of Torch Red #F40910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 90.71%
G = 3.35%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F40910 (or 0xF40910) is known color: Torch Red. HEX triplet: F4, 09 and 10. RGB value is (244,9,16). Sum of RGB (Red+Green+Blue) = 244+9+16=269 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.71% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 244 - color contains mainly: red. Hex color #F40910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40910 is #0BF6EF. Grayscale: #505050. Windows color (decimal): -784112 or 1051124. OLE color: 1051124.

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

Color convert

RGB 244 9 16 -
CMYK 0 0.96 0.93 0.04
HSL 358.21º 0.93% 0.5% -
HSV(B) 358.21º 0.96% 0.96% -
XYZ 37.5 19.47 2.27 -
YUV 80.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 244 9 16 0 0.96 0.93 0.04 358.21 0.93 0.5
Hex F4 9 10 0 60 5D 4 166 5D 32
Octal 364 11 20 0 140 135 4 546 135 62
Binary 11110100 1001 10000 0 1100000 1011101 100 101100110 1011101 110010

Color Harmonies of #F40910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40910

Black with #F40910

Text Example


Text Example

White with #F40910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40910; }

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

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

background-color css

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

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

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

border-color css

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

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

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