Html Css Color HEX #D50529 Fire Engine Red

📋 copy color: '#D50529'

red 213 ◦ green 5 ◦ blue 41

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

Shades of Fire Engine Red #D50529

Tints of Fire Engine Red #D50529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 82.24%
G = 1.93%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D50529 (or 0xD50529) is known color: Fire Engine Red. HEX triplet: D5, 05 and 29. RGB value is (213,5,41). Sum of RGB (Red+Green+Blue) = 213+5+41=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D50529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50529 is #2AFAD6. Grayscale: #474747. Windows color (decimal): -2816727 or 2688469. OLE color: 2688469.

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

Color convert

RGB 213 5 41 -
CMYK 0 0.98 0.81 0.16
HSL 349.62º 0.95% 0.43% -
HSV(B) 349.62º 0.98% 0.84% -
XYZ 27.9 14.41 3.41 -
YUV 71.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 213 5 41 0 0.98 0.81 0.16 349.62 0.95 0.43
Hex D5 5 29 0 62 51 10 15E 5F 2B
Octal 325 5 51 0 142 121 20 536 137 53
Binary 11010101 101 101001 0 1100010 1010001 10000 101011110 1011111 101011

Color Harmonies of #D50529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50529

Black with #D50529

Text Example


Text Example

White with #D50529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50529; }

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

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

background-color css

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

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

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

border-color css

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

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

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