Html Css Color HEX #D20329 Fire Engine Red

📋 copy color: '#D20329'

red 210 ◦ green 3 ◦ blue 41

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

Shades of Fire Engine Red #D20329

Tints of Fire Engine Red #D20329

RGB

 RED value IS 210 (82.42% from 255) = 82.68%

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

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

R = 82.68%
G = 1.18%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20329 (or 0xD20329) is known color: Fire Engine Red. HEX triplet: D2, 03 and 29. RGB value is (210,3,41). Sum of RGB (Red+Green+Blue) = 210+3+41=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D20329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20329 is #2DFCD6. Grayscale: #454545. Windows color (decimal): -3013847 or 2687954. OLE color: 2687954.

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

Color convert

RGB 210 3 41 -
CMYK 0 0.99 0.80 0.18
HSL 348.99º 0.97% 0.42% -
HSV(B) 348.99º 0.99% 0.82% -
XYZ 27.01 13.93 3.36 -
YUV 69.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 210 3 41 0 0.99 0.80 0.18 348.99 0.97 0.42
Hex D2 3 29 0 63 50 12 15D 61 2A
Octal 322 3 51 0 143 120 22 535 141 52
Binary 11010010 11 101001 0 1100011 1010000 10010 101011101 1100001 101010

Color Harmonies of #D20329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20329

Black with #D20329

Text Example


Text Example

White with #D20329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20329; }

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

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

background-color css

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

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

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

border-color css

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

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

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