Html Css Color HEX #CC3537 Mahogany

📋 copy color: '#CC3537'

red 204 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #CC3537

Tints of Mahogany #CC3537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 65.38%
G = 16.99%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC3537 (or 0xCC3537) is known color: Mahogany. HEX triplet: CC, 35 and 37. RGB value is (204,53,55). Sum of RGB (Red+Green+Blue) = 204+53+55=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3537 is #33CAC8. Grayscale: #626262. Windows color (decimal): -3394249 or 3618252. OLE color: 3618252.

HSL color Cylindrical-coordinate representation of color #CC3537: hue angle of 359.21º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3537 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 55 -
CMYK 0 0.74 0.73 0.2
HSL 359.21º 0.6% 0.5% -
HSV(B) 359.21º 0.74% 0.8% -
XYZ 26.86 15.66 5.22 -
YUV 98.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 204 53 55 0 0.74 0.73 0.2 359.21 0.6 0.5
Hex CC 35 37 0 4A 49 14 167 3C 32
Octal 314 65 67 0 112 111 24 547 74 62
Binary 11001100 110101 110111 0 1001010 1001001 10100 101100111 111100 110010

Color Harmonies of #CC3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3537

Black with #CC3537

Text Example


Text Example

White with #CC3537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3537; }

 p { color: rgb(204,53,55); }

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

background-color css

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

 a { background-color: rgb(204,53,55); }

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

border-color css

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

 span { border-color: rgb(204,53,55); }

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