Html Css Color HEX #D52529 Fire Engine Red

📋 copy color: '#D52529'

red 213 ◦ green 37 ◦ blue 41

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

Shades of Fire Engine Red #D52529

Tints of Fire Engine Red #D52529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 73.2%
G = 12.71%
B = 14.09%

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

#D52529 (or 0xD52529) is known color: Fire Engine Red. HEX triplet: D5, 25 and 29. RGB value is (213,37,41). Sum of RGB (Red+Green+Blue) = 213+37+41=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D52529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52529 is #2ADAD6. Grayscale: #5A5A5A. Windows color (decimal): -2808535 or 2696661. OLE color: 2696661.

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

Color convert

RGB 213 37 41 -
CMYK 0 0.83 0.81 0.16
HSL 358.64º 0.7% 0.49% -
HSV(B) 358.64º 0.83% 0.84% -
XYZ 28.5 15.63 3.61 -
YUV 90.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 213 37 41 0 0.83 0.81 0.16 358.64 0.7 0.49
Hex D5 25 29 0 53 51 10 167 46 31
Octal 325 45 51 0 123 121 20 547 106 61
Binary 11010101 100101 101001 0 1010011 1010001 10000 101100111 1000110 110001

Color Harmonies of #D52529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52529

Black with #D52529

Text Example


Text Example

White with #D52529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52529; }

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

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

background-color css

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

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

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

border-color css

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

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

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