Html Css Color HEX #CC453A Grenadier

📋 copy color: '#CC453A'

red 204 ◦ green 69 ◦ blue 58

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

Shades of Grenadier #CC453A

Tints of Grenadier #CC453A

RGB

 RED value IS 204 (80.08% from 255) = 61.63%

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

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

R = 61.63%
G = 20.85%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC453A (or 0xCC453A) is known color: Grenadier. HEX triplet: CC, 45 and 3A. RGB value is (204,69,58). Sum of RGB (Red+Green+Blue) = 204+69+58=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC453A is #33BAC5. Grayscale: #6C6C6C. Windows color (decimal): -3390150 or 3818956. OLE color: 3818956.

HSL color Cylindrical-coordinate representation of color #CC453A: hue angle of 4.52º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC453A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 58 -
CMYK 0 0.66 0.72 0.2
HSL 4.52º 0.59% 0.51% -
HSV(B) 4.52º 0.72% 0.8% -
XYZ 27.79 17.4 5.9 -
YUV 108.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 204 69 58 0 0.66 0.72 0.2 4.52 0.59 0.51
Hex CC 45 3A 0 42 48 14 5 3B 33
Octal 314 105 72 0 102 110 24 5 73 63
Binary 11001100 1000101 111010 0 1000010 1001000 10100 101 111011 110011

Color Harmonies of #CC453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC453A

Black with #CC453A

Text Example


Text Example

White with #CC453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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