Html Css Color HEX #D52428 Fire Engine Red

📋 copy color: '#D52428'

red 213 ◦ green 36 ◦ blue 40

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

Shades of Fire Engine Red #D52428

Tints of Fire Engine Red #D52428

RGB

 RED value IS 213 (83.59% from 255) = 73.7%

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 73.7%
G = 12.46%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52428 (or 0xD52428) is known color: Fire Engine Red. HEX triplet: D5, 24 and 28. RGB value is (213,36,40). Sum of RGB (Red+Green+Blue) = 213+36+40=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D52428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52428 is #2ADBD7. Grayscale: #595959. Windows color (decimal): -2808792 or 2630869. OLE color: 2630869.

HSL color Cylindrical-coordinate representation of color #D52428: hue angle of 358.64º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52428 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 36 40 -
CMYK 0 0.83 0.81 0.16
HSL 358.64º 0.71% 0.49% -
HSV(B) 358.64º 0.83% 0.84% -
XYZ 28.45 15.56 3.51 -
YUV 89.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 213 36 40 0 0.83 0.81 0.16 358.64 0.71 0.49
Hex D5 24 28 0 53 51 10 167 47 31
Octal 325 44 50 0 123 121 20 547 107 61
Binary 11010101 100100 101000 0 1010011 1010001 10000 101100111 1000111 110001

Color Harmonies of #D52428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52428

Black with #D52428

Text Example


Text Example

White with #D52428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52428; }

 p { color: rgb(213,36,40); }

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

background-color css

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

 a { background-color: rgb(213,36,40); }

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

border-color css

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

 span { border-color: rgb(213,36,40); }

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