Html Css Color HEX #C23235 Mahogany

📋 copy color: '#C23235'

red 194 ◦ green 50 ◦ blue 53

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

Shades of Mahogany #C23235

Tints of Mahogany #C23235

RGB

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

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

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

R = 65.32%
G = 16.84%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23235 (or 0xC23235) is known color: Mahogany. HEX triplet: C2, 32 and 35. RGB value is (194,50,53). Sum of RGB (Red+Green+Blue) = 194+50+53=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C23235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23235 is #3DCDCA. Grayscale: #5D5D5D. Windows color (decimal): -4050379 or 3486402. OLE color: 3486402.

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

Color convert

RGB 194 50 53 -
CMYK 0 0.74 0.73 0.24
HSL 358.75º 0.59% 0.48% -
HSV(B) 358.75º 0.74% 0.76% -
XYZ 24.03 14.01 4.81 -
YUV 93.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 194 50 53 0 0.74 0.73 0.24 358.75 0.59 0.48
Hex C2 32 35 0 4A 49 18 167 3B 30
Octal 302 62 65 0 112 111 30 547 73 60
Binary 11000010 110010 110101 0 1001010 1001001 11000 101100111 111011 110000

Color Harmonies of #C23235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23235

Black with #C23235

Text Example


Text Example

White with #C23235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23235; }

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

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

background-color css

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

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

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

border-color css

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

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

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