Html Css Color HEX #D52429 Fire Engine Red

📋 copy color: '#D52429'

red 213 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #D52429

Tints of Fire Engine Red #D52429

RGB

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

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

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

R = 73.45%
G = 12.41%
B = 14.14%

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

#D52429 (or 0xD52429) is known color: Fire Engine Red. HEX triplet: D5, 24 and 29. RGB value is (213,36,41). Sum of RGB (Red+Green+Blue) = 213+36+41=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D52429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52429 is #2ADBD6. Grayscale: #595959. Windows color (decimal): -2808791 or 2696405. OLE color: 2696405.

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

Color convert

RGB 213 36 41 -
CMYK 0 0.83 0.81 0.16
HSL 358.31º 0.71% 0.49% -
HSV(B) 358.31º 0.83% 0.84% -
XYZ 28.47 15.57 3.6 -
YUV 89.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 213 36 41 0 0.83 0.81 0.16 358.31 0.71 0.49
Hex D5 24 29 0 53 51 10 166 47 31
Octal 325 44 51 0 123 121 20 546 107 61
Binary 11010101 100100 101001 0 1010011 1010001 10000 101100110 1000111 110001

Color Harmonies of #D52429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52429

Black with #D52429

Text Example


Text Example

White with #D52429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52429; }

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

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

background-color css

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

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

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

border-color css

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

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

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