Html Css Color HEX #D40329 Fire Engine Red

📋 copy color: '#D40329'

red 212 ◦ green 3 ◦ blue 41

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

Shades of Fire Engine Red #D40329

Tints of Fire Engine Red #D40329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 82.81%
G = 1.17%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D40329 (or 0xD40329) is known color: Fire Engine Red. HEX triplet: D4, 03 and 29. RGB value is (212,3,41). Sum of RGB (Red+Green+Blue) = 212+3+41=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D40329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40329 is #2BFCD6. Grayscale: #454545. Windows color (decimal): -2882775 or 2687956. OLE color: 2687956.

HSL color Cylindrical-coordinate representation of color #D40329: hue angle of 349.09º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40329 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 41 -
CMYK 0 0.99 0.81 0.17
HSL 349.09º 0.97% 0.42% -
HSV(B) 349.09º 0.99% 0.83% -
XYZ 27.58 14.22 3.39 -
YUV 69.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 212 3 41 0 0.99 0.81 0.17 349.09 0.97 0.42
Hex D4 3 29 0 63 51 11 15D 61 2A
Octal 324 3 51 0 143 121 21 535 141 52
Binary 11010100 11 101001 0 1100011 1010001 10001 101011101 1100001 101010

Color Harmonies of #D40329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40329

Black with #D40329

Text Example


Text Example

White with #D40329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40329; }

 p { color: rgb(212,3,41); }

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

background-color css

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

 a { background-color: rgb(212,3,41); }

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

border-color css

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

 span { border-color: rgb(212,3,41); }

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