Html Css Color HEX #C23038 Mahogany

📋 copy color: '#C23038'

red 194 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #C23038

Tints of Mahogany #C23038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 65.1%
G = 16.11%
B = 18.79%

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

#C23038 (or 0xC23038) is known color: Mahogany. HEX triplet: C2, 30 and 38. RGB value is (194,48,56). Sum of RGB (Red+Green+Blue) = 194+48+56=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23038 is #3DCFC7. Grayscale: #5C5C5C. Windows color (decimal): -4050888 or 3682498. OLE color: 3682498.

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

Color convert

RGB 194 48 56 -
CMYK 0 0.75 0.71 0.24
HSL 356.71º 0.6% 0.47% -
HSV(B) 356.71º 0.75% 0.76% -
XYZ 24.02 13.87 5.15 -
YUV 92.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 194 48 56 0 0.75 0.71 0.24 356.71 0.6 0.47
Hex C2 30 38 0 4B 47 18 165 3C 2F
Octal 302 60 70 0 113 107 30 545 74 57
Binary 11000010 110000 111000 0 1001011 1000111 11000 101100101 111100 101111

Color Harmonies of #C23038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23038

Black with #C23038

Text Example


Text Example

White with #C23038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23038; }

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

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

background-color css

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

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

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

border-color css

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

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

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