Html Css Color HEX #D0453F Grenadier

📋 copy color: '#D0453F'

red 208 ◦ green 69 ◦ blue 63

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

Shades of Grenadier #D0453F

Tints of Grenadier #D0453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 61.18%
G = 20.29%
B = 18.53%

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

#D0453F (or 0xD0453F) is known color: Grenadier. HEX triplet: D0, 45 and 3F. RGB value is (208,69,63). Sum of RGB (Red+Green+Blue) = 208+69+63=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0453F is #2FBAC0. Grayscale: #6E6E6E. Windows color (decimal): -3128001 or 4146640. OLE color: 4146640.

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

Color convert

RGB 208 69 63 -
CMYK 0 0.67 0.70 0.18
HSL 2.48º 0.61% 0.53% -
HSV(B) 2.48º 0.7% 0.82% -
XYZ 29.04 18.03 6.65 -
YUV 109.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 208 69 63 0 0.67 0.70 0.18 2.48 0.61 0.53
Hex D0 45 3F 0 43 46 12 2 3D 35
Octal 320 105 77 0 103 106 22 2 75 65
Binary 11010000 1000101 111111 0 1000011 1000110 10010 10 111101 110101

Color Harmonies of #D0453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0453F

Black with #D0453F

Text Example


Text Example

White with #D0453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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