Html Css Color HEX #C8252D Mahogany

📋 copy color: '#C8252D'

red 200 ◦ green 37 ◦ blue 45

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

Shades of Mahogany #C8252D

Tints of Mahogany #C8252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 70.92%
G = 13.12%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8252D (or 0xC8252D) is known color: Mahogany. HEX triplet: C8, 25 and 2D. RGB value is (200,37,45). Sum of RGB (Red+Green+Blue) = 200+37+45=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8252D is #37DAD2. Grayscale: #565656. Windows color (decimal): -3660499 or 2958792. OLE color: 2958792.

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

Color convert

RGB 200 37 45 -
CMYK 0 0.82 0.78 0.22
HSL 357.06º 0.69% 0.46% -
HSV(B) 357.06º 0.82% 0.78% -
XYZ 24.95 13.79 3.83 -
YUV 86.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 200 37 45 0 0.82 0.78 0.22 357.06 0.69 0.46
Hex C8 25 2D 0 52 4E 16 165 45 2E
Octal 310 45 55 0 122 116 26 545 105 56
Binary 11001000 100101 101101 0 1010010 1001110 10110 101100101 1000101 101110

Color Harmonies of #C8252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8252D

Black with #C8252D

Text Example


Text Example

White with #C8252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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