Html Css Color HEX #D0453D Grenadier

📋 copy color: '#D0453D'

red 208 ◦ green 69 ◦ blue 61

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

Shades of Grenadier #D0453D

Tints of Grenadier #D0453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 61.54%
G = 20.41%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0453D (or 0xD0453D) is known color: Grenadier. HEX triplet: D0, 45 and 3D. RGB value is (208,69,61). Sum of RGB (Red+Green+Blue) = 208+69+61=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0453D is #2FBAC2. Grayscale: #6D6D6D. Windows color (decimal): -3128003 or 4015568. OLE color: 4015568.

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

Color convert

RGB 208 69 61 -
CMYK 0 0.67 0.71 0.18
HSL 3.27º 0.61% 0.53% -
HSV(B) 3.27º 0.71% 0.82% -
XYZ 28.98 18 6.36 -
YUV 109.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 208 69 61 0 0.67 0.71 0.18 3.27 0.61 0.53
Hex D0 45 3D 0 43 47 12 3 3D 35
Octal 320 105 75 0 103 107 22 3 75 65
Binary 11010000 1000101 111101 0 1000011 1000111 10010 11 111101 110101

Color Harmonies of #D0453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0453D

Black with #D0453D

Text Example


Text Example

White with #D0453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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