Html Css Color HEX #C33239 Mahogany

📋 copy color: '#C33239'

red 195 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #C33239

Tints of Mahogany #C33239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 64.57%
G = 16.56%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C33239 (or 0xC33239) is known color: Mahogany. HEX triplet: C3, 32 and 39. RGB value is (195,50,57). Sum of RGB (Red+Green+Blue) = 195+50+57=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C33239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33239 is #3CCDC6. Grayscale: #5E5E5E. Windows color (decimal): -3984839 or 3748547. OLE color: 3748547.

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

Color convert

RGB 195 50 57 -
CMYK 0 0.74 0.71 0.24
HSL 357.1º 0.59% 0.48% -
HSV(B) 357.1º 0.74% 0.76% -
XYZ 24.38 14.18 5.32 -
YUV 94.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 195 50 57 0 0.74 0.71 0.24 357.1 0.59 0.48
Hex C3 32 39 0 4A 47 18 165 3B 30
Octal 303 62 71 0 112 107 30 545 73 60
Binary 11000011 110010 111001 0 1001010 1000111 11000 101100101 111011 110000

Color Harmonies of #C33239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33239

Black with #C33239

Text Example


Text Example

White with #C33239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33239; }

 p { color: rgb(195,50,57); }

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

background-color css

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

 a { background-color: rgb(195,50,57); }

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

border-color css

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

 span { border-color: rgb(195,50,57); }

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