Html Css Color HEX #D40824 Fire Engine Red

📋 copy color: '#D40824'

red 212 ◦ green 8 ◦ blue 36

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

Shades of Fire Engine Red #D40824

Tints of Fire Engine Red #D40824

RGB

 RED value IS 212 (83.2% from 255) = 82.81%

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 82.81%
G = 3.13%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40824 (or 0xD40824) is known color: Fire Engine Red. HEX triplet: D4, 08 and 24. RGB value is (212,8,36). Sum of RGB (Red+Green+Blue) = 212+8+36=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D40824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40824 is #2BF7DB. Grayscale: #484848. Windows color (decimal): -2881500 or 2361556. OLE color: 2361556.

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

Color convert

RGB 212 8 36 -
CMYK 0 0.96 0.83 0.17
HSL 351.76º 0.93% 0.43% -
HSV(B) 351.76º 0.96% 0.83% -
XYZ 27.56 14.3 2.98 -
YUV 72.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 212 8 36 0 0.96 0.83 0.17 351.76 0.93 0.43
Hex D4 8 24 0 60 53 11 160 5D 2B
Octal 324 10 44 0 140 123 21 540 135 53
Binary 11010100 1000 100100 0 1100000 1010011 10001 101100000 1011101 101011

Color Harmonies of #D40824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40824

Black with #D40824

Text Example


Text Example

White with #D40824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40824; }

 p { color: rgb(212,8,36); }

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

background-color css

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

 a { background-color: rgb(212,8,36); }

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

border-color css

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

 span { border-color: rgb(212,8,36); }

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