Html Css Color HEX #D0483C Grenadier

📋 copy color: '#D0483C'

red 208 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #D0483C

Tints of Grenadier #D0483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 61.18%
G = 21.18%
B = 17.65%

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

#D0483C (or 0xD0483C) is known color: Grenadier. HEX triplet: D0, 48 and 3C. RGB value is (208,72,60). Sum of RGB (Red+Green+Blue) = 208+72+60=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0483C is #2FB7C3. Grayscale: #6F6F6F. Windows color (decimal): -3127236 or 3950800. OLE color: 3950800.

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

Color convert

RGB 208 72 60 -
CMYK 0 0.65 0.71 0.18
HSL 4.86º 0.61% 0.53% -
HSV(B) 4.86º 0.71% 0.82% -
XYZ 29.15 18.37 6.28 -
YUV 111.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 208 72 60 0 0.65 0.71 0.18 4.86 0.61 0.53
Hex D0 48 3C 0 41 47 12 5 3D 35
Octal 320 110 74 0 101 107 22 5 75 65
Binary 11010000 1001000 111100 0 1000001 1000111 10010 101 111101 110101

Color Harmonies of #D0483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0483C

Black with #D0483C

Text Example


Text Example

White with #D0483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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