Html Css Color HEX #CC2937 Mahogany

📋 copy color: '#CC2937'

red 204 ◦ green 41 ◦ blue 55

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

Shades of Mahogany #CC2937

Tints of Mahogany #CC2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 68%
G = 13.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2937 (or 0xCC2937) is known color: Mahogany. HEX triplet: CC, 29 and 37. RGB value is (204,41,55). Sum of RGB (Red+Green+Blue) = 204+41+55=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2937 is #33D6C8. Grayscale: #5B5B5B. Windows color (decimal): -3397321 or 3615180. OLE color: 3615180.

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

Color convert

RGB 204 41 55 -
CMYK 0 0.80 0.73 0.2
HSL 354.85º 0.67% 0.48% -
HSV(B) 354.85º 0.8% 0.8% -
XYZ 26.38 14.7 5.06 -
YUV 91.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 204 41 55 0 0.80 0.73 0.2 354.85 0.67 0.48
Hex CC 29 37 0 50 49 14 163 43 30
Octal 314 51 67 0 120 111 24 543 103 60
Binary 11001100 101001 110111 0 1010000 1001001 10100 101100011 1000011 110000

Color Harmonies of #CC2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2937

Black with #CC2937

Text Example


Text Example

White with #CC2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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