Html Css Color HEX #CC282B Mahogany

📋 copy color: '#CC282B'

red 204 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #CC282B

Tints of Mahogany #CC282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 71.08%
G = 13.94%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC282B (or 0xCC282B) is known color: Mahogany. HEX triplet: CC, 28 and 2B. RGB value is (204,40,43). Sum of RGB (Red+Green+Blue) = 204+40+43=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC282B is #33D7D4. Grayscale: #595959. Windows color (decimal): -3397589 or 2828492. OLE color: 2828492.

HSL color Cylindrical-coordinate representation of color #CC282B: hue angle of 358.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC282B is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 43 -
CMYK 0 0.80 0.79 0.2
HSL 358.9º 0.67% 0.48% -
HSV(B) 358.9º 0.8% 0.8% -
XYZ 26.1 14.53 3.71 -
YUV 89.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 204 40 43 0 0.80 0.79 0.2 358.9 0.67 0.48
Hex CC 28 2B 0 50 4F 14 167 43 30
Octal 314 50 53 0 120 117 24 547 103 60
Binary 11001100 101000 101011 0 1010000 1001111 10100 101100111 1000011 110000

Color Harmonies of #CC282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC282B

Black with #CC282B

Text Example


Text Example

White with #CC282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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