Html Css Color HEX #C8272A Mahogany

📋 copy color: '#C8272A'

red 200 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #C8272A

Tints of Mahogany #C8272A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 71.17%
G = 13.88%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8272A (or 0xC8272A) is known color: Mahogany. HEX triplet: C8, 27 and 2A. RGB value is (200,39,42). Sum of RGB (Red+Green+Blue) = 200+39+42=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8272A is #37D8D5. Grayscale: #575757. Windows color (decimal): -3659990 or 2762696. OLE color: 2762696.

HSL color Cylindrical-coordinate representation of color #C8272A: hue angle of 358.88º 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 #C8272A is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 42 -
CMYK 0 0.80 0.79 0.22
HSL 358.88º 0.67% 0.47% -
HSV(B) 358.88º 0.81% 0.78% -
XYZ 24.96 13.9 3.56 -
YUV 87.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 200 39 42 0 0.80 0.79 0.22 358.88 0.67 0.47
Hex C8 27 2A 0 50 4F 16 167 43 2F
Octal 310 47 52 0 120 117 26 547 103 57
Binary 11001000 100111 101010 0 1010000 1001111 10110 101100111 1000011 101111

Color Harmonies of #C8272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8272A

Black with #C8272A

Text Example


Text Example

White with #C8272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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