Html Css Color HEX #CC2F38 Mahogany

📋 copy color: '#CC2F38'

red 204 ◦ green 47 ◦ blue 56

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

Shades of Mahogany #CC2F38

Tints of Mahogany #CC2F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 66.45%
G = 15.31%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2F38 (or 0xCC2F38) is known color: Mahogany. HEX triplet: CC, 2F and 38. RGB value is (204,47,56). Sum of RGB (Red+Green+Blue) = 204+47+56=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F38 is #33D0C7. Grayscale: #5F5F5F. Windows color (decimal): -3395784 or 3682252. OLE color: 3682252.

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

Color convert

RGB 204 47 56 -
CMYK 0 0.77 0.73 0.2
HSL 356.56º 0.63% 0.49% -
HSV(B) 356.56º 0.77% 0.8% -
XYZ 26.63 15.16 5.26 -
YUV 94.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 204 47 56 0 0.77 0.73 0.2 356.56 0.63 0.49
Hex CC 2F 38 0 4D 49 14 165 3F 31
Octal 314 57 70 0 115 111 24 545 77 61
Binary 11001100 101111 111000 0 1001101 1001001 10100 101100101 111111 110001

Color Harmonies of #CC2F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F38

Black with #CC2F38

Text Example


Text Example

White with #CC2F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F38; }

 p { color: rgb(204,47,56); }

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

background-color css

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

 a { background-color: rgb(204,47,56); }

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

border-color css

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

 span { border-color: rgb(204,47,56); }

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