Html Css Color HEX #CD483A Grenadier

📋 copy color: '#CD483A'

red 205 ◦ green 72 ◦ blue 58

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

Shades of Grenadier #CD483A

Tints of Grenadier #CD483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 61.19%
G = 21.49%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD483A (or 0xCD483A) is known color: Grenadier. HEX triplet: CD, 48 and 3A. RGB value is (205,72,58). Sum of RGB (Red+Green+Blue) = 205+72+58=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD483A is #32B7C5. Grayscale: #6E6E6E. Windows color (decimal): -3323846 or 3819725. OLE color: 3819725.

HSL color Cylindrical-coordinate representation of color #CD483A: hue angle of 5.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD483A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 72 58 -
CMYK 0 0.65 0.72 0.20
HSL 5.71º 0.6% 0.52% -
HSV(B) 5.71º 0.72% 0.8% -
XYZ 28.26 17.92 5.97 -
YUV 110.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 205 72 58 0 0.65 0.72 0.20 5.71 0.6 0.52
Hex CD 48 3A 0 41 48 14 6 3C 34
Octal 315 110 72 0 101 110 24 6 74 64
Binary 11001101 1001000 111010 0 1000001 1001000 10100 110 111100 110100

Color Harmonies of #CD483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD483A

Black with #CD483A

Text Example


Text Example

White with #CD483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD483A; }

 p { color: rgb(205,72,58); }

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

background-color css

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

 a { background-color: rgb(205,72,58); }

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

border-color css

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

 span { border-color: rgb(205,72,58); }

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