Html Css Color HEX #D40529 Fire Engine Red

📋 copy color: '#D40529'

red 212 ◦ green 5 ◦ blue 41

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

Shades of Fire Engine Red #D40529

Tints of Fire Engine Red #D40529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 82.17%
G = 1.94%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D40529 (or 0xD40529) is known color: Fire Engine Red. HEX triplet: D4, 05 and 29. RGB value is (212,5,41). Sum of RGB (Red+Green+Blue) = 212+5+41=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D40529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40529 is #2BFAD6. Grayscale: #474747. Windows color (decimal): -2882263 or 2688468. OLE color: 2688468.

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

Color convert

RGB 212 5 41 -
CMYK 0 0.98 0.81 0.17
HSL 349.57º 0.95% 0.43% -
HSV(B) 349.57º 0.98% 0.83% -
XYZ 27.61 14.27 3.4 -
YUV 71 111.08 228.57 -
System Red Green Blue C M Y K H S L
Decimal 212 5 41 0 0.98 0.81 0.17 349.57 0.95 0.43
Hex D4 5 29 0 62 51 11 15E 5F 2B
Octal 324 5 51 0 142 121 21 536 137 53
Binary 11010100 101 101001 0 1100010 1010001 10001 101011110 1011111 101011

Color Harmonies of #D40529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40529

Black with #D40529

Text Example


Text Example

White with #D40529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40529; }

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

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

background-color css

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

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

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

border-color css

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

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

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