Html Css Color HEX #C8262F Mahogany

📋 copy color: '#C8262F'

red 200 ◦ green 38 ◦ blue 47

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

Shades of Mahogany #C8262F

Tints of Mahogany #C8262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 70.18%
G = 13.33%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8262F (or 0xC8262F) is known color: Mahogany. HEX triplet: C8, 26 and 2F. RGB value is (200,38,47). Sum of RGB (Red+Green+Blue) = 200+38+47=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8262F is #37D9D0. Grayscale: #575757. Windows color (decimal): -3660241 or 3090120. OLE color: 3090120.

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

Color convert

RGB 200 38 47 -
CMYK 0 0.81 0.76 0.22
HSL 356.67º 0.68% 0.47% -
HSV(B) 356.67º 0.81% 0.78% -
XYZ 25.03 13.87 4.05 -
YUV 87.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 200 38 47 0 0.81 0.76 0.22 356.67 0.68 0.47
Hex C8 26 2F 0 51 4C 16 165 44 2F
Octal 310 46 57 0 121 114 26 545 104 57
Binary 11001000 100110 101111 0 1010001 1001100 10110 101100101 1000100 101111

Color Harmonies of #C8262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8262F

Black with #C8262F

Text Example


Text Example

White with #C8262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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