Html Css Color HEX #C33135 Mahogany

📋 copy color: '#C33135'

red 195 ◦ green 49 ◦ blue 53

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

Shades of Mahogany #C33135

Tints of Mahogany #C33135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 65.66%
G = 16.5%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33135 (or 0xC33135) is known color: Mahogany. HEX triplet: C3, 31 and 35. RGB value is (195,49,53). Sum of RGB (Red+Green+Blue) = 195+49+53=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33135 is #3CCECA. Grayscale: #5D5D5D. Windows color (decimal): -3985099 or 3486147. OLE color: 3486147.

HSL color Cylindrical-coordinate representation of color #C33135: hue angle of 358.36º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33135 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 53 -
CMYK 0 0.75 0.73 0.24
HSL 358.36º 0.6% 0.48% -
HSV(B) 358.36º 0.75% 0.76% -
XYZ 24.25 14.06 4.8 -
YUV 93.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 195 49 53 0 0.75 0.73 0.24 358.36 0.6 0.48
Hex C3 31 35 0 4B 49 18 166 3C 30
Octal 303 61 65 0 113 111 30 546 74 60
Binary 11000011 110001 110101 0 1001011 1001001 11000 101100110 111100 110000

Color Harmonies of #C33135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33135

Black with #C33135

Text Example


Text Example

White with #C33135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33135; }

 p { color: rgb(195,49,53); }

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

background-color css

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

 a { background-color: rgb(195,49,53); }

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

border-color css

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

 span { border-color: rgb(195,49,53); }

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