Html Css Color HEX #D50329 Fire Engine Red

📋 copy color: '#D50329'

red 213 ◦ green 3 ◦ blue 41

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

Shades of Fire Engine Red #D50329

Tints of Fire Engine Red #D50329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 82.88%
G = 1.17%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D50329 (or 0xD50329) is known color: Fire Engine Red. HEX triplet: D5, 03 and 29. RGB value is (213,3,41). Sum of RGB (Red+Green+Blue) = 213+3+41=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50329 is #2AFCD6. Grayscale: #464646. Windows color (decimal): -2817239 or 2687957. OLE color: 2687957.

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

Color convert

RGB 213 3 41 -
CMYK 0 0.99 0.81 0.16
HSL 349.14º 0.97% 0.42% -
HSV(B) 349.14º 0.99% 0.84% -
XYZ 27.87 14.37 3.4 -
YUV 70.12 111.57 229.91 -
System Red Green Blue C M Y K H S L
Decimal 213 3 41 0 0.99 0.81 0.16 349.14 0.97 0.42
Hex D5 3 29 0 63 51 10 15D 61 2A
Octal 325 3 51 0 143 121 20 535 141 52
Binary 11010101 11 101001 0 1100011 1010001 10000 101011101 1100001 101010

Color Harmonies of #D50329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50329

Black with #D50329

Text Example


Text Example

White with #D50329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50329; }

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

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

background-color css

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

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

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

border-color css

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

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

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