Html Css Color HEX #CC2E3A Mahogany

📋 copy color: '#CC2E3A'

red 204 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #CC2E3A

Tints of Mahogany #CC2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 66.23%
G = 14.94%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC2E3A (or 0xCC2E3A) is known color: Mahogany. HEX triplet: CC, 2E and 3A. RGB value is (204,46,58). Sum of RGB (Red+Green+Blue) = 204+46+58=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2E3A is #33D1C5. Grayscale: #5E5E5E. Windows color (decimal): -3396038 or 3813068. OLE color: 3813068.

HSL color Cylindrical-coordinate representation of color #CC2E3A: hue angle of 355.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E3A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 46 58 -
CMYK 0 0.77 0.72 0.2
HSL 355.44º 0.63% 0.49% -
HSV(B) 355.44º 0.77% 0.8% -
XYZ 26.64 15.1 5.51 -
YUV 94.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 204 46 58 0 0.77 0.72 0.2 355.44 0.63 0.49
Hex CC 2E 3A 0 4D 48 14 163 3F 31
Octal 314 56 72 0 115 110 24 543 77 61
Binary 11001100 101110 111010 0 1001101 1001000 10100 101100011 111111 110001

Color Harmonies of #CC2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E3A

Black with #CC2E3A

Text Example


Text Example

White with #CC2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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