Html Css Color HEX #C23D41 Mahogany

📋 copy color: '#C23D41'

red 194 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #C23D41

Tints of Mahogany #C23D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 60.63%
G = 19.06%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23D41 (or 0xC23D41) is known color: Mahogany. HEX triplet: C2, 3D and 41. RGB value is (194,61,65). Sum of RGB (Red+Green+Blue) = 194+61+65=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D41 is #3DC2BE. Grayscale: #656565. Windows color (decimal): -4047551 or 4275650. OLE color: 4275650.

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

Color convert

RGB 194 61 65 -
CMYK 0 0.69 0.66 0.24
HSL 358.2º 0.52% 0.5% -
HSV(B) 358.2º 0.69% 0.76% -
XYZ 24.87 15.19 6.62 -
YUV 101.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 194 61 65 0 0.69 0.66 0.24 358.2 0.52 0.5
Hex C2 3D 41 0 45 42 18 166 34 32
Octal 302 75 101 0 105 102 30 546 64 62
Binary 11000010 111101 1000001 0 1000101 1000010 11000 101100110 110100 110010

Color Harmonies of #C23D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D41

Black with #C23D41

Text Example


Text Example

White with #C23D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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