Html Css Color HEX #C83235 Mahogany

📋 copy color: '#C83235'

red 200 ◦ green 50 ◦ blue 53

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

Shades of Mahogany #C83235

Tints of Mahogany #C83235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 66.01%
G = 16.5%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C83235 (or 0xC83235) is known color: Mahogany. HEX triplet: C8, 32 and 35. RGB value is (200,50,53). Sum of RGB (Red+Green+Blue) = 200+50+53=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C83235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83235 is #37CDCA. Grayscale: #5F5F5F. Windows color (decimal): -3657163 or 3486408. OLE color: 3486408.

HSL color Cylindrical-coordinate representation of color #C83235: hue angle of 358.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83235 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 53 -
CMYK 0 0.75 0.74 0.22
HSL 358.8º 0.6% 0.49% -
HSV(B) 358.8º 0.75% 0.78% -
XYZ 25.6 14.82 4.88 -
YUV 95.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 200 50 53 0 0.75 0.74 0.22 358.8 0.6 0.49
Hex C8 32 35 0 4B 4A 16 167 3C 31
Octal 310 62 65 0 113 112 26 547 74 61
Binary 11001000 110010 110101 0 1001011 1001010 10110 101100111 111100 110001

Color Harmonies of #C83235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83235

Black with #C83235

Text Example


Text Example

White with #C83235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83235; }

 p { color: rgb(200,50,53); }

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

background-color css

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

 a { background-color: rgb(200,50,53); }

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

border-color css

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

 span { border-color: rgb(200,50,53); }

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