Html Css Color HEX #C33E40 Mahogany

📋 copy color: '#C33E40'

red 195 ◦ green 62 ◦ blue 64

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

Shades of Mahogany #C33E40

Tints of Mahogany #C33E40

RGB

 RED value IS 195 (76.56% from 255) = 60.75%

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 60.75%
G = 19.31%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33E40 (or 0xC33E40) is known color: Mahogany. HEX triplet: C3, 3E and 40. RGB value is (195,62,64). Sum of RGB (Red+Green+Blue) = 195+62+64=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E40 is #3CC1BF. Grayscale: #666666. Windows color (decimal): -3981760 or 4210371. OLE color: 4210371.

HSL color Cylindrical-coordinate representation of color #C33E40: hue angle of 359.1º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E40 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 62 64 -
CMYK 0 0.68 0.67 0.24
HSL 359.1º 0.53% 0.5% -
HSV(B) 359.1º 0.68% 0.76% -
XYZ 25.15 15.42 6.5 -
YUV 102 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 195 62 64 0 0.68 0.67 0.24 359.1 0.53 0.5
Hex C3 3E 40 0 44 43 18 167 35 32
Octal 303 76 100 0 104 103 30 547 65 62
Binary 11000011 111110 1000000 0 1000100 1000011 11000 101100111 110101 110010

Color Harmonies of #C33E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E40

Black with #C33E40

Text Example


Text Example

White with #C33E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E40; }

 p { color: rgb(195,62,64); }

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

background-color css

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

 a { background-color: rgb(195,62,64); }

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

border-color css

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

 span { border-color: rgb(195,62,64); }

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