Html Css Color HEX #CC252B Mahogany

📋 copy color: '#CC252B'

red 204 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #CC252B

Tints of Mahogany #CC252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 71.83%
G = 13.03%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC252B (or 0xCC252B) is known color: Mahogany. HEX triplet: CC, 25 and 2B. RGB value is (204,37,43). Sum of RGB (Red+Green+Blue) = 204+37+43=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC252B is #33DAD4. Grayscale: #575757. Windows color (decimal): -3398357 or 2827724. OLE color: 2827724.

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

Color convert

RGB 204 37 43 -
CMYK 0 0.82 0.79 0.2
HSL 357.84º 0.69% 0.47% -
HSV(B) 357.84º 0.82% 0.8% -
XYZ 26 14.33 3.68 -
YUV 87.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 204 37 43 0 0.82 0.79 0.2 357.84 0.69 0.47
Hex CC 25 2B 0 52 4F 14 166 45 2F
Octal 314 45 53 0 122 117 24 546 105 57
Binary 11001100 100101 101011 0 1010010 1001111 10100 101100110 1000101 101111

Color Harmonies of #CC252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC252B

Black with #CC252B

Text Example


Text Example

White with #CC252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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