Html Css Color HEX #D00329 Fire Engine Red

📋 copy color: '#D00329'

red 208 ◦ green 3 ◦ blue 41

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

Shades of Fire Engine Red #D00329

Tints of Fire Engine Red #D00329

RGB

 RED value IS 208 (81.64% from 255) = 82.54%

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

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

R = 82.54%
G = 1.19%
B = 16.27%

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

#D00329 (or 0xD00329) is known color: Fire Engine Red. HEX triplet: D0, 03 and 29. RGB value is (208,3,41). Sum of RGB (Red+Green+Blue) = 208+3+41=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D00329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00329 is #2FFCD6. Grayscale: #444444. Windows color (decimal): -3144919 or 2687952. OLE color: 2687952.

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

Color convert

RGB 208 3 41 -
CMYK 0 0.99 0.80 0.18
HSL 348.88º 0.97% 0.41% -
HSV(B) 348.88º 0.99% 0.82% -
XYZ 26.45 13.64 3.34 -
YUV 68.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 208 3 41 0 0.99 0.80 0.18 348.88 0.97 0.41
Hex D0 3 29 0 63 50 12 15D 61 29
Octal 320 3 51 0 143 120 22 535 141 51
Binary 11010000 11 101001 0 1100011 1010000 10010 101011101 1100001 101001

Color Harmonies of #D00329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00329

Black with #D00329

Text Example


Text Example

White with #D00329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00329; }

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

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

background-color css

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

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

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

border-color css

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

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

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