Html Css Color HEX #D10328 Fire Engine Red

📋 copy color: '#D10328'

red 209 ◦ green 3 ◦ blue 40

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

Shades of Fire Engine Red #D10328

Tints of Fire Engine Red #D10328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 82.94%
G = 1.19%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D10328 (or 0xD10328) is known color: Fire Engine Red. HEX triplet: D1, 03 and 28. RGB value is (209,3,40). Sum of RGB (Red+Green+Blue) = 209+3+40=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D10328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10328 is #2EFCD7. Grayscale: #444444. Windows color (decimal): -3079384 or 2622417. OLE color: 2622417.

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

Color convert

RGB 209 3 40 -
CMYK 0 0.99 0.81 0.18
HSL 349.22º 0.97% 0.42% -
HSV(B) 349.22º 0.99% 0.82% -
XYZ 26.71 13.77 3.26 -
YUV 68.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 209 3 40 0 0.99 0.81 0.18 349.22 0.97 0.42
Hex D1 3 28 0 63 51 12 15D 61 2A
Octal 321 3 50 0 143 121 22 535 141 52
Binary 11010001 11 101000 0 1100011 1010001 10010 101011101 1100001 101010

Color Harmonies of #D10328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10328

Black with #D10328

Text Example


Text Example

White with #D10328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10328; }

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

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

background-color css

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

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

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

border-color css

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

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

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