Html Css Color HEX #C33334 Mahogany

📋 copy color: '#C33334'

red 195 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #C33334

Tints of Mahogany #C33334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 65.44%
G = 17.11%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33334 (or 0xC33334) is known color: Mahogany. HEX triplet: C3, 33 and 34. RGB value is (195,51,52). Sum of RGB (Red+Green+Blue) = 195+51+52=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33334 is #3CCCCB. Grayscale: #5E5E5E. Windows color (decimal): -3984588 or 3421123. OLE color: 3421123.

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

Color convert

RGB 195 51 52 -
CMYK 0 0.74 0.73 0.24
HSL 359.58º 0.59% 0.48% -
HSV(B) 359.58º 0.74% 0.76% -
XYZ 24.31 14.22 4.71 -
YUV 94.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 195 51 52 0 0.74 0.73 0.24 359.58 0.59 0.48
Hex C3 33 34 0 4A 49 18 168 3B 30
Octal 303 63 64 0 112 111 30 550 73 60
Binary 11000011 110011 110100 0 1001010 1001001 11000 101101000 111011 110000

Color Harmonies of #C33334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33334

Black with #C33334

Text Example


Text Example

White with #C33334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33334; }

 p { color: rgb(195,51,52); }

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

background-color css

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

 a { background-color: rgb(195,51,52); }

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

border-color css

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

 span { border-color: rgb(195,51,52); }

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