Html Css Color HEX #C62E35 Mahogany

📋 copy color: '#C62E35'

red 198 ◦ green 46 ◦ blue 53

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

Shades of Mahogany #C62E35

Tints of Mahogany #C62E35

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.49%

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

R = 66.67%
G = 15.49%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62E35 (or 0xC62E35) is known color: Mahogany. HEX triplet: C6, 2E and 35. RGB value is (198,46,53). Sum of RGB (Red+Green+Blue) = 198+46+53=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62E35 is #39D1CA. Grayscale: #5C5C5C. Windows color (decimal): -3789259 or 3485382. OLE color: 3485382.

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

Color convert

RGB 198 46 53 -
CMYK 0 0.77 0.73 0.22
HSL 357.24º 0.62% 0.48% -
HSV(B) 357.24º 0.77% 0.78% -
XYZ 24.91 14.22 4.8 -
YUV 92.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 198 46 53 0 0.77 0.73 0.22 357.24 0.62 0.48
Hex C6 2E 35 0 4D 49 16 165 3E 30
Octal 306 56 65 0 115 111 26 545 76 60
Binary 11000110 101110 110101 0 1001101 1001001 10110 101100101 111110 110000

Color Harmonies of #C62E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E35

Black with #C62E35

Text Example


Text Example

White with #C62E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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