Html Css Color HEX #D0453E Grenadier

📋 copy color: '#D0453E'

red 208 ◦ green 69 ◦ blue 62

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

Shades of Grenadier #D0453E

Tints of Grenadier #D0453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 61.36%
G = 20.35%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0453E (or 0xD0453E) is known color: Grenadier. HEX triplet: D0, 45 and 3E. RGB value is (208,69,62). Sum of RGB (Red+Green+Blue) = 208+69+62=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0453E is #2FBAC1. Grayscale: #6D6D6D. Windows color (decimal): -3128002 or 4081104. OLE color: 4081104.

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

Color convert

RGB 208 69 62 -
CMYK 0 0.67 0.70 0.18
HSL 2.88º 0.61% 0.53% -
HSV(B) 2.88º 0.7% 0.82% -
XYZ 29.01 18.01 6.51 -
YUV 109.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 208 69 62 0 0.67 0.70 0.18 2.88 0.61 0.53
Hex D0 45 3E 0 43 46 12 3 3D 35
Octal 320 105 76 0 103 106 22 3 75 65
Binary 11010000 1000101 111110 0 1000011 1000110 10010 11 111101 110101

Color Harmonies of #D0453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0453E

Black with #D0453E

Text Example


Text Example

White with #D0453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0453E; }

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

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

background-color css

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

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

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

border-color css

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

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

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