Html Css Color HEX #C33238 Mahogany

📋 copy color: '#C33238'

red 195 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #C33238

Tints of Mahogany #C33238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 64.78%
G = 16.61%
B = 18.6%

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

#C33238 (or 0xC33238) is known color: Mahogany. HEX triplet: C3, 32 and 38. RGB value is (195,50,56). Sum of RGB (Red+Green+Blue) = 195+50+56=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33238 is #3CCDC7. Grayscale: #5E5E5E. Windows color (decimal): -3984840 or 3683011. OLE color: 3683011.

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

Color convert

RGB 195 50 56 -
CMYK 0 0.74 0.71 0.24
HSL 357.52º 0.59% 0.48% -
HSV(B) 357.52º 0.74% 0.76% -
XYZ 24.36 14.17 5.19 -
YUV 94.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 195 50 56 0 0.74 0.71 0.24 357.52 0.59 0.48
Hex C3 32 38 0 4A 47 18 166 3B 30
Octal 303 62 70 0 112 107 30 546 73 60
Binary 11000011 110010 111000 0 1001010 1000111 11000 101100110 111011 110000

Color Harmonies of #C33238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33238

Black with #C33238

Text Example


Text Example

White with #C33238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33238; }

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

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

background-color css

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

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

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

border-color css

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

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

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