Html Css Color HEX #C33D40 Mahogany

📋 copy color: '#C33D40'

red 195 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #C33D40

Tints of Mahogany #C33D40

RGB

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

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

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

R = 60.94%
G = 19.06%
B = 20%

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

#C33D40 (or 0xC33D40) is known color: Mahogany. HEX triplet: C3, 3D and 40. RGB value is (195,61,64). Sum of RGB (Red+Green+Blue) = 195+61+64=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D40 is #3CC2BF. Grayscale: #656565. Windows color (decimal): -3982016 or 4210115. OLE color: 4210115.

HSL color Cylindrical-coordinate representation of color #C33D40: hue angle of 358.66º 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 #C33D40 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 64 -
CMYK 0 0.69 0.67 0.24
HSL 358.66º 0.53% 0.5% -
HSV(B) 358.66º 0.69% 0.76% -
XYZ 25.1 15.31 6.48 -
YUV 101.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 195 61 64 0 0.69 0.67 0.24 358.66 0.53 0.5
Hex C3 3D 40 0 45 43 18 167 35 32
Octal 303 75 100 0 105 103 30 547 65 62
Binary 11000011 111101 1000000 0 1000101 1000011 11000 101100111 110101 110010

Color Harmonies of #C33D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D40

Black with #C33D40

Text Example


Text Example

White with #C33D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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