Html Css Color HEX #CC242D Mahogany

📋 copy color: '#CC242D'

red 204 ◦ green 36 ◦ blue 45

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

Shades of Mahogany #CC242D

Tints of Mahogany #CC242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

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

R = 71.58%
G = 12.63%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC242D (or 0xCC242D) is known color: Mahogany. HEX triplet: CC, 24 and 2D. RGB value is (204,36,45). Sum of RGB (Red+Green+Blue) = 204+36+45=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC242D is #33DBD2. Grayscale: #575757. Windows color (decimal): -3398611 or 2958540. OLE color: 2958540.

HSL color Cylindrical-coordinate representation of color #CC242D: hue angle of 356.79º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC242D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 45 -
CMYK 0 0.82 0.78 0.2
HSL 356.79º 0.7% 0.47% -
HSV(B) 356.79º 0.82% 0.8% -
XYZ 26.01 14.29 3.87 -
YUV 87.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 204 36 45 0 0.82 0.78 0.2 356.79 0.7 0.47
Hex CC 24 2D 0 52 4E 14 165 46 2F
Octal 314 44 55 0 122 116 24 545 106 57
Binary 11001100 100100 101101 0 1010010 1001110 10100 101100101 1000110 101111

Color Harmonies of #CC242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC242D

Black with #CC242D

Text Example


Text Example

White with #CC242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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