Html Css Color HEX #C33D41 Mahogany

📋 copy color: '#C33D41'

red 195 ◦ green 61 ◦ blue 65

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

Shades of Mahogany #C33D41

Tints of Mahogany #C33D41

RGB

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

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

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

R = 60.75%
G = 19%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C33D41 (or 0xC33D41) is known color: Mahogany. HEX triplet: C3, 3D and 41. RGB value is (195,61,65). Sum of RGB (Red+Green+Blue) = 195+61+65=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D41 is #3CC2BE. Grayscale: #656565. Windows color (decimal): -3982015 or 4275651. OLE color: 4275651.

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

Color convert

RGB 195 61 65 -
CMYK 0 0.69 0.67 0.24
HSL 358.21º 0.53% 0.5% -
HSV(B) 358.21º 0.69% 0.76% -
XYZ 25.13 15.32 6.63 -
YUV 101.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 195 61 65 0 0.69 0.67 0.24 358.21 0.53 0.5
Hex C3 3D 41 0 45 43 18 166 35 32
Octal 303 75 101 0 105 103 30 546 65 62
Binary 11000011 111101 1000001 0 1000101 1000011 11000 101100110 110101 110010

Color Harmonies of #C33D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D41

Black with #C33D41

Text Example


Text Example

White with #C33D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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