Html Css Color HEX #C63435 Mahogany

📋 copy color: '#C63435'

red 198 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #C63435

Tints of Mahogany #C63435

RGB

 RED value IS 198 (77.73% from 255) = 65.35%

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 65.35%
G = 17.16%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C63435 (or 0xC63435) is known color: Mahogany. HEX triplet: C6, 34 and 35. RGB value is (198,52,53). Sum of RGB (Red+Green+Blue) = 198+52+53=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C63435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63435 is #39CBCA. Grayscale: #5F5F5F. Windows color (decimal): -3787723 or 3486918. OLE color: 3486918.

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

Color convert

RGB 198 52 53 -
CMYK 0 0.74 0.73 0.22
HSL 359.59º 0.58% 0.49% -
HSV(B) 359.59º 0.74% 0.78% -
XYZ 25.16 14.72 4.88 -
YUV 95.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 198 52 53 0 0.74 0.73 0.22 359.59 0.58 0.49
Hex C6 34 35 0 4A 49 16 168 3A 31
Octal 306 64 65 0 112 111 26 550 72 61
Binary 11000110 110100 110101 0 1001010 1001001 10110 101101000 111010 110001

Color Harmonies of #C63435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63435

Black with #C63435

Text Example


Text Example

White with #C63435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63435; }

 p { color: rgb(198,52,53); }

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

background-color css

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

 a { background-color: rgb(198,52,53); }

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

border-color css

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

 span { border-color: rgb(198,52,53); }

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