Html Css Color HEX #F40A1D Torch Red

📋 copy color: '#F40A1D'

red 244 ◦ green 10 ◦ blue 29

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

Shades of Torch Red #F40A1D

Tints of Torch Red #F40A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 86.22%
G = 3.53%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F40A1D (or 0xF40A1D) is known color: Torch Red. HEX triplet: F4, 0A and 1D. RGB value is (244,10,29). Sum of RGB (Red+Green+Blue) = 244+10+29=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40A1D is #0BF5E2. Grayscale: #525252. Windows color (decimal): -783843 or 1903348. OLE color: 1903348.

HSL color Cylindrical-coordinate representation of color #F40A1D: hue angle of 355.13º degrees, saturation: 0.92, 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 #F40A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 10 29 -
CMYK 0 0.96 0.88 0.04
HSL 355.13º 0.92% 0.5% -
HSV(B) 355.13º 0.96% 0.96% -
XYZ 37.64 19.54 2.95 -
YUV 82.13 98.02 243.46 -
System Red Green Blue C M Y K H S L
Decimal 244 10 29 0 0.96 0.88 0.04 355.13 0.92 0.5
Hex F4 A 1D 0 60 58 4 163 5C 32
Octal 364 12 35 0 140 130 4 543 134 62
Binary 11110100 1010 11101 0 1100000 1011000 100 101100011 1011100 110010

Color Harmonies of #F40A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40A1D

Black with #F40A1D

Text Example


Text Example

White with #F40A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40A1D; }

 p { color: rgb(244,10,29); }

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

background-color css

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

 a { background-color: rgb(244,10,29); }

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

border-color css

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

 span { border-color: rgb(244,10,29); }

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