Html Css Color HEX #C8272D Mahogany

📋 copy color: '#C8272D'

red 200 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #C8272D

Tints of Mahogany #C8272D

RGB

 RED value IS 200 (78.52% from 255) = 70.42%

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 70.42%
G = 13.73%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8272D (or 0xC8272D) is known color: Mahogany. HEX triplet: C8, 27 and 2D. RGB value is (200,39,45). Sum of RGB (Red+Green+Blue) = 200+39+45=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8272D is #37D8D2. Grayscale: #575757. Windows color (decimal): -3659987 or 2959304. OLE color: 2959304.

HSL color Cylindrical-coordinate representation of color #C8272D: hue angle of 357.76º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8272D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 45 -
CMYK 0 0.80 0.78 0.22
HSL 357.76º 0.67% 0.47% -
HSV(B) 357.76º 0.81% 0.78% -
XYZ 25.02 13.92 3.85 -
YUV 87.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 200 39 45 0 0.80 0.78 0.22 357.76 0.67 0.47
Hex C8 27 2D 0 50 4E 16 166 43 2F
Octal 310 47 55 0 120 116 26 546 103 57
Binary 11001000 100111 101101 0 1010000 1001110 10110 101100110 1000011 101111

Color Harmonies of #C8272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8272D

Black with #C8272D

Text Example


Text Example

White with #C8272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8272D; }

 p { color: rgb(200,39,45); }

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

background-color css

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

 a { background-color: rgb(200,39,45); }

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

border-color css

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

 span { border-color: rgb(200,39,45); }

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