Html Css Color HEX #C23E41 Mahogany

📋 copy color: '#C23E41'

red 194 ◦ green 62 ◦ blue 65

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

Shades of Mahogany #C23E41

Tints of Mahogany #C23E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 60.44%
G = 19.31%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23E41 (or 0xC23E41) is known color: Mahogany. HEX triplet: C2, 3E and 41. RGB value is (194,62,65). Sum of RGB (Red+Green+Blue) = 194+62+65=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E41 is #3DC1BE. Grayscale: #656565. Windows color (decimal): -4047295 or 4275906. OLE color: 4275906.

HSL color Cylindrical-coordinate representation of color #C23E41: hue angle of 358.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23E41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 62 65 -
CMYK 0 0.68 0.66 0.24
HSL 358.64º 0.52% 0.5% -
HSV(B) 358.64º 0.68% 0.76% -
XYZ 24.92 15.3 6.64 -
YUV 101.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 194 62 65 0 0.68 0.66 0.24 358.64 0.52 0.5
Hex C2 3E 41 0 44 42 18 167 34 32
Octal 302 76 101 0 104 102 30 547 64 62
Binary 11000010 111110 1000001 0 1000100 1000010 11000 101100111 110100 110010

Color Harmonies of #C23E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E41

Black with #C23E41

Text Example


Text Example

White with #C23E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E41; }

 p { color: rgb(194,62,65); }

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

background-color css

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

 a { background-color: rgb(194,62,65); }

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

border-color css

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

 span { border-color: rgb(194,62,65); }

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