Html Css Color HEX #CC2530 Mahogany

📋 copy color: '#CC2530'

red 204 ◦ green 37 ◦ blue 48

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

Shades of Mahogany #CC2530

Tints of Mahogany #CC2530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 70.59%
G = 12.8%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC2530 (or 0xCC2530) is known color: Mahogany. HEX triplet: CC, 25 and 30. RGB value is (204,37,48). Sum of RGB (Red+Green+Blue) = 204+37+48=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2530 is #33DACF. Grayscale: #585858. Windows color (decimal): -3398352 or 3155404. OLE color: 3155404.

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

Color convert

RGB 204 37 48 -
CMYK 0 0.82 0.76 0.2
HSL 356.05º 0.69% 0.47% -
HSV(B) 356.05º 0.82% 0.8% -
XYZ 26.1 14.37 4.2 -
YUV 88.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 204 37 48 0 0.82 0.76 0.2 356.05 0.69 0.47
Hex CC 25 30 0 52 4C 14 164 45 2F
Octal 314 45 60 0 122 114 24 544 105 57
Binary 11001100 100101 110000 0 1010010 1001100 10100 101100100 1000101 101111

Color Harmonies of #CC2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2530

Black with #CC2530

Text Example


Text Example

White with #CC2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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