Html Css Color HEX #C03F41 Mahogany

📋 copy color: '#C03F41'

red 192 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #C03F41

Tints of Mahogany #C03F41

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

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

R = 60%
G = 19.69%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03F41 (or 0xC03F41) is known color: Mahogany. HEX triplet: C0, 3F and 41. RGB value is (192,63,65). Sum of RGB (Red+Green+Blue) = 192+63+65=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F41 is #3FC0BE. Grayscale: #656565. Windows color (decimal): -4178111 or 4276160. OLE color: 4276160.

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

Color convert

RGB 192 63 65 -
CMYK 0 0.67 0.66 0.25
HSL 359.07º 0.51% 0.5% -
HSV(B) 359.07º 0.67% 0.75% -
XYZ 24.47 15.14 6.63 -
YUV 101.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 192 63 65 0 0.67 0.66 0.25 359.07 0.51 0.5
Hex C0 3F 41 0 43 42 19 167 33 32
Octal 300 77 101 0 103 102 31 547 63 62
Binary 11000000 111111 1000001 0 1000011 1000010 11001 101100111 110011 110010

Color Harmonies of #C03F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F41

Black with #C03F41

Text Example


Text Example

White with #C03F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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