Html Css Color HEX #D40428 Fire Engine Red

📋 copy color: '#D40428'

red 212 ◦ green 4 ◦ blue 40

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

Shades of Fire Engine Red #D40428

Tints of Fire Engine Red #D40428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 82.81%
G = 1.56%
B = 15.63%

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

#D40428 (or 0xD40428) is known color: Fire Engine Red. HEX triplet: D4, 04 and 28. RGB value is (212,4,40). Sum of RGB (Red+Green+Blue) = 212+4+40=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D40428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40428 is #2BFBD7. Grayscale: #464646. Windows color (decimal): -2882520 or 2622676. OLE color: 2622676.

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

Color convert

RGB 212 4 40 -
CMYK 0 0.98 0.81 0.17
HSL 349.62º 0.96% 0.42% -
HSV(B) 349.62º 0.98% 0.83% -
XYZ 27.58 14.24 3.3 -
YUV 70.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 212 4 40 0 0.98 0.81 0.17 349.62 0.96 0.42
Hex D4 4 28 0 62 51 11 15E 60 2A
Octal 324 4 50 0 142 121 21 536 140 52
Binary 11010100 100 101000 0 1100010 1010001 10001 101011110 1100000 101010

Color Harmonies of #D40428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40428

Black with #D40428

Text Example


Text Example

White with #D40428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40428; }

 p { color: rgb(212,4,40); }

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

background-color css

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

 a { background-color: rgb(212,4,40); }

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

border-color css

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

 span { border-color: rgb(212,4,40); }

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