Html Css Color HEX #C23039 Mahogany

📋 copy color: '#C23039'

red 194 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #C23039

Tints of Mahogany #C23039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 64.88%
G = 16.05%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C23039 (or 0xC23039) is known color: Mahogany. HEX triplet: C2, 30 and 39. RGB value is (194,48,57). Sum of RGB (Red+Green+Blue) = 194+48+57=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C23039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23039 is #3DCFC6. Grayscale: #5C5C5C. Windows color (decimal): -4050887 or 3748034. OLE color: 3748034.

HSL color Cylindrical-coordinate representation of color #C23039: hue angle of 356.3º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23039 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 57 -
CMYK 0 0.75 0.71 0.24
HSL 356.3º 0.6% 0.47% -
HSV(B) 356.3º 0.75% 0.76% -
XYZ 24.04 13.88 5.28 -
YUV 92.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 194 48 57 0 0.75 0.71 0.24 356.3 0.6 0.47
Hex C2 30 39 0 4B 47 18 164 3C 2F
Octal 302 60 71 0 113 107 30 544 74 57
Binary 11000010 110000 111001 0 1001011 1000111 11000 101100100 111100 101111

Color Harmonies of #C23039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23039

Black with #C23039

Text Example


Text Example

White with #C23039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23039; }

 p { color: rgb(194,48,57); }

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

background-color css

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

 a { background-color: rgb(194,48,57); }

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

border-color css

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

 span { border-color: rgb(194,48,57); }

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