Html Css Color HEX #C23435 Mahogany

📋 copy color: '#C23435'

red 194 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #C23435

Tints of Mahogany #C23435

RGB

 RED value IS 194 (76.17% from 255) = 64.88%

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

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

R = 64.88%
G = 17.39%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23435 (or 0xC23435) is known color: Mahogany. HEX triplet: C2, 34 and 35. RGB value is (194,52,53). Sum of RGB (Red+Green+Blue) = 194+52+53=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C23435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23435 is #3DCBCA. Grayscale: #5E5E5E. Windows color (decimal): -4049867 or 3486914. OLE color: 3486914.

HSL color Cylindrical-coordinate representation of color #C23435: hue angle of 359.58º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23435 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 53 -
CMYK 0 0.73 0.73 0.24
HSL 359.58º 0.58% 0.48% -
HSV(B) 359.58º 0.73% 0.76% -
XYZ 24.12 14.18 4.83 -
YUV 94.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 194 52 53 0 0.73 0.73 0.24 359.58 0.58 0.48
Hex C2 34 35 0 49 49 18 168 3A 30
Octal 302 64 65 0 111 111 30 550 72 60
Binary 11000010 110100 110101 0 1001001 1001001 11000 101101000 111010 110000

Color Harmonies of #C23435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23435

Black with #C23435

Text Example


Text Example

White with #C23435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23435; }

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

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

background-color css

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

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

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

border-color css

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

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

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