Html Css Color HEX #C93038 Mahogany

📋 copy color: '#C93038'

red 201 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #C93038

Tints of Mahogany #C93038

RGB

 RED value IS 201 (78.91% from 255) = 65.9%

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

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

R = 65.9%
G = 15.74%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93038 (or 0xC93038) is known color: Mahogany. HEX triplet: C9, 30 and 38. RGB value is (201,48,56). Sum of RGB (Red+Green+Blue) = 201+48+56=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93038 is #36CFC7. Grayscale: #5E5E5E. Windows color (decimal): -3592136 or 3682505. OLE color: 3682505.

HSL color Cylindrical-coordinate representation of color #C93038: hue angle of 356.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93038 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 48 56 -
CMYK 0 0.76 0.72 0.21
HSL 356.86º 0.61% 0.49% -
HSV(B) 356.86º 0.76% 0.79% -
XYZ 25.86 14.82 5.24 -
YUV 94.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 201 48 56 0 0.76 0.72 0.21 356.86 0.61 0.49
Hex C9 30 38 0 4C 48 15 165 3D 31
Octal 311 60 70 0 114 110 25 545 75 61
Binary 11001001 110000 111000 0 1001100 1001000 10101 101100101 111101 110001

Color Harmonies of #C93038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93038

Black with #C93038

Text Example


Text Example

White with #C93038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93038; }

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

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

background-color css

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

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

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

border-color css

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

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

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