Html Css Color HEX #CC252E Mahogany

📋 copy color: '#CC252E'

red 204 ◦ green 37 ◦ blue 46

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

Shades of Mahogany #CC252E

Tints of Mahogany #CC252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 71.08%
G = 12.89%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC252E (or 0xCC252E) is known color: Mahogany. HEX triplet: CC, 25 and 2E. RGB value is (204,37,46). Sum of RGB (Red+Green+Blue) = 204+37+46=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC252E is #33DAD1. Grayscale: #585858. Windows color (decimal): -3398354 or 3024332. OLE color: 3024332.

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

Color convert

RGB 204 37 46 -
CMYK 0 0.82 0.77 0.2
HSL 356.77º 0.69% 0.47% -
HSV(B) 356.77º 0.82% 0.8% -
XYZ 26.06 14.36 3.98 -
YUV 87.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 204 37 46 0 0.82 0.77 0.2 356.77 0.69 0.47
Hex CC 25 2E 0 52 4D 14 165 45 2F
Octal 314 45 56 0 122 115 24 545 105 57
Binary 11001100 100101 101110 0 1010010 1001101 10100 101100101 1000101 101111

Color Harmonies of #CC252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC252E

Black with #CC252E

Text Example


Text Example

White with #CC252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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