Html Css Color HEX #D10329 Fire Engine Red

📋 copy color: '#D10329'

red 209 ◦ green 3 ◦ blue 41

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

Shades of Fire Engine Red #D10329

Tints of Fire Engine Red #D10329

RGB

 RED value IS 209 (82.03% from 255) = 82.61%

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

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

R = 82.61%
G = 1.19%
B = 16.21%

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

#D10329 (or 0xD10329) is known color: Fire Engine Red. HEX triplet: D1, 03 and 29. RGB value is (209,3,41). Sum of RGB (Red+Green+Blue) = 209+3+41=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D10329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10329 is #2EFCD6. Grayscale: #444444. Windows color (decimal): -3079383 or 2687953. OLE color: 2687953.

HSL color Cylindrical-coordinate representation of color #D10329: hue angle of 348.93º 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 #D10329 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 41 -
CMYK 0 0.99 0.80 0.18
HSL 348.93º 0.97% 0.42% -
HSV(B) 348.93º 0.99% 0.82% -
XYZ 26.73 13.78 3.35 -
YUV 68.93 112.25 227.91 -
System Red Green Blue C M Y K H S L
Decimal 209 3 41 0 0.99 0.80 0.18 348.93 0.97 0.42
Hex D1 3 29 0 63 50 12 15D 61 2A
Octal 321 3 51 0 143 120 22 535 141 52
Binary 11010001 11 101001 0 1100011 1010000 10010 101011101 1100001 101010

Color Harmonies of #D10329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10329

Black with #D10329

Text Example


Text Example

White with #D10329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10329; }

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

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

background-color css

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

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

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

border-color css

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

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

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