Html Css Color HEX #C8262D Mahogany

📋 copy color: '#C8262D'

red 200 ◦ green 38 ◦ blue 45

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

Shades of Mahogany #C8262D

Tints of Mahogany #C8262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 70.67%
G = 13.43%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8262D (or 0xC8262D) is known color: Mahogany. HEX triplet: C8, 26 and 2D. RGB value is (200,38,45). Sum of RGB (Red+Green+Blue) = 200+38+45=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8262D is #37D9D2. Grayscale: #575757. Windows color (decimal): -3660243 or 2959048. OLE color: 2959048.

HSL color Cylindrical-coordinate representation of color #C8262D: hue angle of 357.41º degrees, saturation: 0.68, 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 #C8262D is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 45 -
CMYK 0 0.81 0.78 0.22
HSL 357.41º 0.68% 0.47% -
HSV(B) 357.41º 0.81% 0.78% -
XYZ 24.99 13.86 3.84 -
YUV 87.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 200 38 45 0 0.81 0.78 0.22 357.41 0.68 0.47
Hex C8 26 2D 0 51 4E 16 165 44 2F
Octal 310 46 55 0 121 116 26 545 104 57
Binary 11001000 100110 101101 0 1010001 1001110 10110 101100101 1000100 101111

Color Harmonies of #C8262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8262D

Black with #C8262D

Text Example


Text Example

White with #C8262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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