Html Css Color HEX #D40524 Fire Engine Red

📋 copy color: '#D40524'

red 212 ◦ green 5 ◦ blue 36

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

Shades of Fire Engine Red #D40524

Tints of Fire Engine Red #D40524

RGB

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

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

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

R = 83.79%
G = 1.98%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40524 (or 0xD40524) is known color: Fire Engine Red. HEX triplet: D4, 05 and 24. RGB value is (212,5,36). Sum of RGB (Red+Green+Blue) = 212+5+36=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D40524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40524 is #2BFADB. Grayscale: #464646. Windows color (decimal): -2882268 or 2360788. OLE color: 2360788.

HSL color Cylindrical-coordinate representation of color #D40524: hue angle of 351.01º 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 #D40524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 5 36 -
CMYK 0 0.98 0.83 0.17
HSL 351.01º 0.95% 0.43% -
HSV(B) 351.01º 0.98% 0.83% -
XYZ 27.52 14.23 2.97 -
YUV 70.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 212 5 36 0 0.98 0.83 0.17 351.01 0.95 0.43
Hex D4 5 24 0 62 53 11 15F 5F 2B
Octal 324 5 44 0 142 123 21 537 137 53
Binary 11010100 101 100100 0 1100010 1010011 10001 101011111 1011111 101011

Color Harmonies of #D40524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40524

Black with #D40524

Text Example


Text Example

White with #D40524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40524; }

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

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

background-color css

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

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

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

border-color css

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

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

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