Html Css Color HEX #D0453A Grenadier

📋 copy color: '#D0453A'

red 208 ◦ green 69 ◦ blue 58

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

Shades of Grenadier #D0453A

Tints of Grenadier #D0453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 62.09%
G = 20.6%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0453A (or 0xD0453A) is known color: Grenadier. HEX triplet: D0, 45 and 3A. RGB value is (208,69,58). Sum of RGB (Red+Green+Blue) = 208+69+58=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0453A is #2FBAC5. Grayscale: #6D6D6D. Windows color (decimal): -3128006 or 3818960. OLE color: 3818960.

HSL color Cylindrical-coordinate representation of color #D0453A: hue angle of 4.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0453A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 58 -
CMYK 0 0.67 0.72 0.18
HSL 4.4º 0.61% 0.52% -
HSV(B) 4.4º 0.72% 0.82% -
XYZ 28.9 17.97 5.95 -
YUV 109.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 208 69 58 0 0.67 0.72 0.18 4.4 0.61 0.52
Hex D0 45 3A 0 43 48 12 4 3D 34
Octal 320 105 72 0 103 110 22 4 75 64
Binary 11010000 1000101 111010 0 1000011 1001000 10010 100 111101 110100

Color Harmonies of #D0453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0453A

Black with #D0453A

Text Example


Text Example

White with #D0453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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