Html Css Color HEX #D1483E Grenadier

📋 copy color: '#D1483E'

red 209 ◦ green 72 ◦ blue 62

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

Shades of Grenadier #D1483E

Tints of Grenadier #D1483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 62 (24.61% from 255) = 18.08%

R = 60.93%
G = 20.99%
B = 18.08%

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

#D1483E (or 0xD1483E) is known color: Grenadier. HEX triplet: D1, 48 and 3E. RGB value is (209,72,62). Sum of RGB (Red+Green+Blue) = 209+72+62=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1483E is #2EB7C1. Grayscale: #707070. Windows color (decimal): -3061698 or 4081873. OLE color: 4081873.

HSL color Cylindrical-coordinate representation of color #D1483E: hue angle of 4.08º degrees, saturation: 0.62, 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 #D1483E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 62 -
CMYK 0 0.66 0.70 0.18
HSL 4.08º 0.62% 0.53% -
HSV(B) 4.08º 0.7% 0.82% -
XYZ 29.48 18.54 6.58 -
YUV 111.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 209 72 62 0 0.66 0.70 0.18 4.08 0.62 0.53
Hex D1 48 3E 0 42 46 12 4 3E 35
Octal 321 110 76 0 102 106 22 4 76 65
Binary 11010001 1001000 111110 0 1000010 1000110 10010 100 111110 110101

Color Harmonies of #D1483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1483E

Black with #D1483E

Text Example


Text Example

White with #D1483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1483E; }

 p { color: rgb(209,72,62); }

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

background-color css

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

 a { background-color: rgb(209,72,62); }

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

border-color css

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

 span { border-color: rgb(209,72,62); }

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