Html Css Color HEX #D0473C Grenadier

📋 copy color: '#D0473C'

red 208 ◦ green 71 ◦ blue 60

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

Shades of Grenadier #D0473C

Tints of Grenadier #D0473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 60 (23.83% from 255) = 17.7%

R = 61.36%
G = 20.94%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0473C (or 0xD0473C) is known color: Grenadier. HEX triplet: D0, 47 and 3C. RGB value is (208,71,60). Sum of RGB (Red+Green+Blue) = 208+71+60=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0473C is #2FB8C3. Grayscale: #6E6E6E. Windows color (decimal): -3127492 or 3950544. OLE color: 3950544.

HSL color Cylindrical-coordinate representation of color #D0473C: hue angle of 4.46º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0473C is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 60 -
CMYK 0 0.66 0.71 0.18
HSL 4.46º 0.61% 0.53% -
HSV(B) 4.46º 0.71% 0.82% -
XYZ 29.08 18.24 6.26 -
YUV 110.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 208 71 60 0 0.66 0.71 0.18 4.46 0.61 0.53
Hex D0 47 3C 0 42 47 12 4 3D 35
Octal 320 107 74 0 102 107 22 4 75 65
Binary 11010000 1000111 111100 0 1000010 1000111 10010 100 111101 110101

Color Harmonies of #D0473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0473C

Black with #D0473C

Text Example


Text Example

White with #D0473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0473C; }

 p { color: rgb(208,71,60); }

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

background-color css

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

 a { background-color: rgb(208,71,60); }

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

border-color css

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

 span { border-color: rgb(208,71,60); }

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