#D52129

Color #D52129 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D52129

Tints of Fire Engine Red #D52129

Color information

#D52129 (or 0xD52129) is unknown color: approx Fire Engine Red. HEX triplet: D5, 21 and 29. RGB value is (213,33,41). Sum of RGB (Red+Green+Blue) = 213+33+41=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52129 is #2ADED6. Grayscale: #575757. Windows color (decimal): -2809559 or 2695637. OLE color: 2695637.

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

Color convert

RGB2133341-
CMYK00.850.810.16
HSL357.33º73.17%48.24%-
HSV(B)357.33º84.51%83.53%-
XYZ28.3815.393.57-
YUV87.73101.63217.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 74.22%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=74.22%
G=11.50%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213334100.850.810.16357.3373.1748.24
HexD5212905551101654930
Octal325415101251212054511160
Binary11010101100001101001010101011010001100001011001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52129; }

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

 H1.HeaderClassName
 {
   color: #D52129;
 }
 .AnyTagClassName
 {
   color: #D52129;
 }
</style>
background-color css

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

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

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

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

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

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