Html Css Color HEX #CC292D Mahogany

📋 copy color: '#CC292D'

red 204 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #CC292D

Tints of Mahogany #CC292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 70.34%
G = 14.14%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC292D (or 0xCC292D) is known color: Mahogany. HEX triplet: CC, 29 and 2D. RGB value is (204,41,45). Sum of RGB (Red+Green+Blue) = 204+41+45=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC292D is #33D6D2. Grayscale: #5A5A5A. Windows color (decimal): -3397331 or 2959820. OLE color: 2959820.

HSL color Cylindrical-coordinate representation of color #CC292D: hue angle of 358.53º 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 #CC292D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 41 45 -
CMYK 0 0.80 0.78 0.2
HSL 358.53º 0.67% 0.48% -
HSV(B) 358.53º 0.8% 0.8% -
XYZ 26.17 14.61 3.92 -
YUV 90.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 204 41 45 0 0.80 0.78 0.2 358.53 0.67 0.48
Hex CC 29 2D 0 50 4E 14 167 43 30
Octal 314 51 55 0 120 116 24 547 103 60
Binary 11001100 101001 101101 0 1010000 1001110 10100 101100111 1000011 110000

Color Harmonies of #CC292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC292D

Black with #CC292D

Text Example


Text Example

White with #CC292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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