Html Css Color HEX #D40624 Fire Engine Red

📋 copy color: '#D40624'

red 212 ◦ green 6 ◦ blue 36

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

Shades of Fire Engine Red #D40624

Tints of Fire Engine Red #D40624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 83.46%
G = 2.36%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40624 (or 0xD40624) is known color: Fire Engine Red. HEX triplet: D4, 06 and 24. RGB value is (212,6,36). Sum of RGB (Red+Green+Blue) = 212+6+36=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D40624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40624 is #2BF9DB. Grayscale: #474747. Windows color (decimal): -2882012 or 2361044. OLE color: 2361044.

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

Color convert

RGB 212 6 36 -
CMYK 0 0.97 0.83 0.17
HSL 351.26º 0.94% 0.43% -
HSV(B) 351.26º 0.97% 0.83% -
XYZ 27.53 14.25 2.97 -
YUV 71.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 212 6 36 0 0.97 0.83 0.17 351.26 0.94 0.43
Hex D4 6 24 0 61 53 11 15F 5E 2B
Octal 324 6 44 0 141 123 21 537 136 53
Binary 11010100 110 100100 0 1100001 1010011 10001 101011111 1011110 101011

Color Harmonies of #D40624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40624

Black with #D40624

Text Example


Text Example

White with #D40624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40624; }

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

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

background-color css

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

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

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

border-color css

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

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

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