Html Css Color HEX #C63E3F Mahogany

📋 copy color: '#C63E3F'

red 198 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #C63E3F

Tints of Mahogany #C63E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 63 (25% from 255) = 19.5%

R = 61.3%
G = 19.2%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C63E3F (or 0xC63E3F) is known color: Mahogany. HEX triplet: C6, 3E and 3F. RGB value is (198,62,63). Sum of RGB (Red+Green+Blue) = 198+62+63=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E3F is #39C1C0. Grayscale: #666666. Windows color (decimal): -3785153 or 4144838. OLE color: 4144838.

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

Color convert

RGB 198 62 63 -
CMYK 0 0.69 0.68 0.22
HSL 359.56º 0.54% 0.51% -
HSV(B) 359.56º 0.69% 0.78% -
XYZ 25.91 15.81 6.39 -
YUV 102.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 198 62 63 0 0.69 0.68 0.22 359.56 0.54 0.51
Hex C6 3E 3F 0 45 44 16 168 36 33
Octal 306 76 77 0 105 104 26 550 66 63
Binary 11000110 111110 111111 0 1000101 1000100 10110 101101000 110110 110011

Color Harmonies of #C63E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E3F

Black with #C63E3F

Text Example


Text Example

White with #C63E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E3F; }

 p { color: rgb(198,62,63); }

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

background-color css

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

 a { background-color: rgb(198,62,63); }

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

border-color css

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

 span { border-color: rgb(198,62,63); }

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