Html Css Color HEX #C03D41 Mahogany

📋 copy color: '#C03D41'

red 192 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #C03D41

Tints of Mahogany #C03D41

RGB

 RED value IS 192 (75.39% from 255) = 60.38%

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

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

R = 60.38%
G = 19.18%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03D41 (or 0xC03D41) is known color: Mahogany. HEX triplet: C0, 3D and 41. RGB value is (192,61,65). Sum of RGB (Red+Green+Blue) = 192+61+65=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D41 is #3FC2BE. Grayscale: #646464. Windows color (decimal): -4178623 or 4275648. OLE color: 4275648.

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

Color convert

RGB 192 61 65 -
CMYK 0 0.68 0.66 0.25
HSL 358.17º 0.52% 0.5% -
HSV(B) 358.17º 0.68% 0.75% -
XYZ 24.36 14.93 6.6 -
YUV 100.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 192 61 65 0 0.68 0.66 0.25 358.17 0.52 0.5
Hex C0 3D 41 0 44 42 19 166 34 32
Octal 300 75 101 0 104 102 31 546 64 62
Binary 11000000 111101 1000001 0 1000100 1000010 11001 101100110 110100 110010

Color Harmonies of #C03D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D41

Black with #C03D41

Text Example


Text Example

White with #C03D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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