Html Css Color HEX #CC252D Mahogany

📋 copy color: '#CC252D'

red 204 ◦ green 37 ◦ blue 45

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

Shades of Mahogany #CC252D

Tints of Mahogany #CC252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

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

R = 71.33%
G = 12.94%
B = 15.73%

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

#CC252D (or 0xCC252D) is known color: Mahogany. HEX triplet: CC, 25 and 2D. RGB value is (204,37,45). Sum of RGB (Red+Green+Blue) = 204+37+45=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC252D is #33DAD2. Grayscale: #575757. Windows color (decimal): -3398355 or 2958796. OLE color: 2958796.

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

Color convert

RGB 204 37 45 -
CMYK 0 0.82 0.78 0.2
HSL 357.13º 0.69% 0.47% -
HSV(B) 357.13º 0.82% 0.8% -
XYZ 26.04 14.35 3.88 -
YUV 87.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 204 37 45 0 0.82 0.78 0.2 357.13 0.69 0.47
Hex CC 25 2D 0 52 4E 14 165 45 2F
Octal 314 45 55 0 122 116 24 545 105 57
Binary 11001100 100101 101101 0 1010010 1001110 10100 101100101 1000101 101111

Color Harmonies of #CC252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC252D

Black with #CC252D

Text Example


Text Example

White with #CC252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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