Html Css Color HEX #CC242E Mahogany

📋 copy color: '#CC242E'

red 204 ◦ green 36 ◦ blue 46

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

Shades of Mahogany #CC242E

Tints of Mahogany #CC242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 71.33%
G = 12.59%
B = 16.08%

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

#CC242E (or 0xCC242E) is known color: Mahogany. HEX triplet: CC, 24 and 2E. RGB value is (204,36,46). Sum of RGB (Red+Green+Blue) = 204+36+46=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC242E is #33DBD1. Grayscale: #575757. Windows color (decimal): -3398610 or 3024076. OLE color: 3024076.

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

Color convert

RGB 204 36 46 -
CMYK 0 0.82 0.77 0.2
HSL 356.43º 0.7% 0.47% -
HSV(B) 356.43º 0.82% 0.8% -
XYZ 26.03 14.3 3.97 -
YUV 87.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 204 36 46 0 0.82 0.77 0.2 356.43 0.7 0.47
Hex CC 24 2E 0 52 4D 14 164 46 2F
Octal 314 44 56 0 122 115 24 544 106 57
Binary 11001100 100100 101110 0 1010010 1001101 10100 101100100 1000110 101111

Color Harmonies of #CC242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC242E

Black with #CC242E

Text Example


Text Example

White with #CC242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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