Html Css Color HEX #CD453D Grenadier

📋 copy color: '#CD453D'

red 205 ◦ green 69 ◦ blue 61

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

Shades of Grenadier #CD453D

Tints of Grenadier #CD453D

RGB

 RED value IS 205 (80.47% from 255) = 61.19%

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

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

R = 61.19%
G = 20.6%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD453D (or 0xCD453D) is known color: Grenadier. HEX triplet: CD, 45 and 3D. RGB value is (205,69,61). Sum of RGB (Red+Green+Blue) = 205+69+61=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD453D is #32BAC2. Grayscale: #6C6C6C. Windows color (decimal): -3324611 or 4015565. OLE color: 4015565.

HSL color Cylindrical-coordinate representation of color #CD453D: hue angle of 3.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD453D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 69 61 -
CMYK 0 0.66 0.70 0.20
HSL 3.33º 0.59% 0.52% -
HSV(B) 3.33º 0.7% 0.8% -
XYZ 28.15 17.57 6.32 -
YUV 108.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 205 69 61 0 0.66 0.70 0.20 3.33 0.59 0.52
Hex CD 45 3D 0 42 46 14 3 3B 34
Octal 315 105 75 0 102 106 24 3 73 64
Binary 11001101 1000101 111101 0 1000010 1000110 10100 11 111011 110100

Color Harmonies of #CD453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD453D

Black with #CD453D

Text Example


Text Example

White with #CD453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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