Html Css Color HEX #D1473F Grenadier

📋 copy color: '#D1473F'

red 209 ◦ green 71 ◦ blue 63

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

Shades of Grenadier #D1473F

Tints of Grenadier #D1473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 60.93%
G = 20.7%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1473F (or 0xD1473F) is known color: Grenadier. HEX triplet: D1, 47 and 3F. RGB value is (209,71,63). Sum of RGB (Red+Green+Blue) = 209+71+63=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1473F is #2EB8C0. Grayscale: #6F6F6F. Windows color (decimal): -3061953 or 4147153. OLE color: 4147153.

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

Color convert

RGB 209 71 63 -
CMYK 0 0.66 0.70 0.18
HSL 3.29º 0.61% 0.53% -
HSV(B) 3.29º 0.7% 0.82% -
XYZ 29.44 18.42 6.71 -
YUV 111.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 209 71 63 0 0.66 0.70 0.18 3.29 0.61 0.53
Hex D1 47 3F 0 42 46 12 3 3D 35
Octal 321 107 77 0 102 106 22 3 75 65
Binary 11010001 1000111 111111 0 1000010 1000110 10010 11 111101 110101

Color Harmonies of #D1473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1473F

Black with #D1473F

Text Example


Text Example

White with #D1473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1473F; }

 p { color: rgb(209,71,63); }

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

background-color css

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

 a { background-color: rgb(209,71,63); }

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

border-color css

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

 span { border-color: rgb(209,71,63); }

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