Html Css Color HEX #D1483D Grenadier

📋 copy color: '#D1483D'

red 209 ◦ green 72 ◦ blue 61

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

Shades of Grenadier #D1483D

Tints of Grenadier #D1483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 61.11%
G = 21.05%
B = 17.84%

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

#D1483D (or 0xD1483D) is known color: Grenadier. HEX triplet: D1, 48 and 3D. RGB value is (209,72,61). Sum of RGB (Red+Green+Blue) = 209+72+61=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1483D is #2EB7C2. Grayscale: #6F6F6F. Windows color (decimal): -3061699 or 4016337. OLE color: 4016337.

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

Color convert

RGB 209 72 61 -
CMYK 0 0.66 0.71 0.18
HSL 4.46º 0.62% 0.53% -
HSV(B) 4.46º 0.71% 0.82% -
XYZ 29.45 18.53 6.44 -
YUV 111.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 209 72 61 0 0.66 0.71 0.18 4.46 0.62 0.53
Hex D1 48 3D 0 42 47 12 4 3E 35
Octal 321 110 75 0 102 107 22 4 76 65
Binary 11010001 1001000 111101 0 1000010 1000111 10010 100 111110 110101

Color Harmonies of #D1483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1483D

Black with #D1483D

Text Example


Text Example

White with #D1483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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