Html Css Color HEX #D0483D Grenadier

📋 copy color: '#D0483D'

red 208 ◦ green 72 ◦ blue 61

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

Shades of Grenadier #D0483D

Tints of Grenadier #D0483D

RGB

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

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

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

R = 61%
G = 21.11%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0483D (or 0xD0483D) is known color: Grenadier. HEX triplet: D0, 48 and 3D. RGB value is (208,72,61). Sum of RGB (Red+Green+Blue) = 208+72+61=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0483D is #2FB7C2. Grayscale: #6F6F6F. Windows color (decimal): -3127235 or 4016336. OLE color: 4016336.

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

Color convert

RGB 208 72 61 -
CMYK 0 0.65 0.71 0.18
HSL 4.49º 0.61% 0.53% -
HSV(B) 4.49º 0.71% 0.82% -
XYZ 29.17 18.38 6.43 -
YUV 111.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 208 72 61 0 0.65 0.71 0.18 4.49 0.61 0.53
Hex D0 48 3D 0 41 47 12 4 3D 35
Octal 320 110 75 0 101 107 22 4 75 65
Binary 11010000 1001000 111101 0 1000001 1000111 10010 100 111101 110101

Color Harmonies of #D0483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0483D

Black with #D0483D

Text Example


Text Example

White with #D0483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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