Html Css Color HEX #C23034 Mahogany

📋 copy color: '#C23034'

red 194 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #C23034

Tints of Mahogany #C23034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 65.99%
G = 16.33%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C23034 (or 0xC23034) is known color: Mahogany. HEX triplet: C2, 30 and 34. RGB value is (194,48,52). Sum of RGB (Red+Green+Blue) = 194+48+52=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C23034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23034 is #3DCFCB. Grayscale: #5C5C5C. Windows color (decimal): -4050892 or 3420354. OLE color: 3420354.

HSL color Cylindrical-coordinate representation of color #C23034: hue angle of 358.36º 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 #C23034 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 52 -
CMYK 0 0.75 0.73 0.24
HSL 358.36º 0.6% 0.47% -
HSV(B) 358.36º 0.75% 0.76% -
XYZ 23.92 13.83 4.66 -
YUV 92.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 194 48 52 0 0.75 0.73 0.24 358.36 0.6 0.47
Hex C2 30 34 0 4B 49 18 166 3C 2F
Octal 302 60 64 0 113 111 30 546 74 57
Binary 11000010 110000 110100 0 1001011 1001001 11000 101100110 111100 101111

Color Harmonies of #C23034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23034

Black with #C23034

Text Example


Text Example

White with #C23034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23034; }

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

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

background-color css

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

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

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

border-color css

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

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

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