Html Css Color HEX #C33F41 Mahogany

📋 copy color: '#C33F41'

red 195 ◦ green 63 ◦ blue 65

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

Shades of Mahogany #C33F41

Tints of Mahogany #C33F41

RGB

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

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

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

R = 60.37%
G = 19.5%
B = 20.12%

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

#C33F41 (or 0xC33F41) is known color: Mahogany. HEX triplet: C3, 3F and 41. RGB value is (195,63,65). Sum of RGB (Red+Green+Blue) = 195+63+65=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F41 is #3CC0BE. Grayscale: #666666. Windows color (decimal): -3981503 or 4276163. OLE color: 4276163.

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

Color convert

RGB 195 63 65 -
CMYK 0 0.68 0.67 0.24
HSL 359.09º 0.52% 0.51% -
HSV(B) 359.09º 0.68% 0.76% -
XYZ 25.24 15.54 6.67 -
YUV 102.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 195 63 65 0 0.68 0.67 0.24 359.09 0.52 0.51
Hex C3 3F 41 0 44 43 18 167 34 33
Octal 303 77 101 0 104 103 30 547 64 63
Binary 11000011 111111 1000001 0 1000100 1000011 11000 101100111 110100 110011

Color Harmonies of #C33F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F41

Black with #C33F41

Text Example


Text Example

White with #C33F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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