Html Css Color HEX #D1483F Grenadier

📋 copy color: '#D1483F'

red 209 ◦ green 72 ◦ blue 63

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

Shades of Grenadier #D1483F

Tints of Grenadier #D1483F

RGB

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

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

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

R = 60.76%
G = 20.93%
B = 18.31%

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

#D1483F (or 0xD1483F) is known color: Grenadier. HEX triplet: D1, 48 and 3F. RGB value is (209,72,63). Sum of RGB (Red+Green+Blue) = 209+72+63=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1483F is #2EB7C0. Grayscale: #707070. Windows color (decimal): -3061697 or 4147409. OLE color: 4147409.

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

Color convert

RGB 209 72 63 -
CMYK 0 0.66 0.70 0.18
HSL 3.7º 0.61% 0.53% -
HSV(B) 3.7º 0.7% 0.82% -
XYZ 29.51 18.55 6.73 -
YUV 111.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 209 72 63 0 0.66 0.70 0.18 3.7 0.61 0.53
Hex D1 48 3F 0 42 46 12 4 3D 35
Octal 321 110 77 0 102 106 22 4 75 65
Binary 11010001 1001000 111111 0 1000010 1000110 10010 100 111101 110101

Color Harmonies of #D1483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1483F

Black with #D1483F

Text Example


Text Example

White with #D1483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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