Html Css Color HEX #CE3233 Mahogany

📋 copy color: '#CE3233'

red 206 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #CE3233

Tints of Mahogany #CE3233

RGB

 RED value IS 206 (80.86% from 255) = 67.1%

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

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 67.1%
G = 16.29%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE3233 (or 0xCE3233) is known color: Mahogany. HEX triplet: CE, 32 and 33. RGB value is (206,50,51). Sum of RGB (Red+Green+Blue) = 206+50+51=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3233 is #31CDCC. Grayscale: #606060. Windows color (decimal): -3263949 or 3355342. OLE color: 3355342.

HSL color Cylindrical-coordinate representation of color #CE3233: hue angle of 359.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3233 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 51 -
CMYK 0 0.76 0.75 0.19
HSL 359.62º 0.61% 0.5% -
HSV(B) 359.62º 0.76% 0.81% -
XYZ 27.19 15.64 4.72 -
YUV 96.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 206 50 51 0 0.76 0.75 0.19 359.62 0.61 0.5
Hex CE 32 33 0 4C 4B 13 168 3D 32
Octal 316 62 63 0 114 113 23 550 75 62
Binary 11001110 110010 110011 0 1001100 1001011 10011 101101000 111101 110010

Color Harmonies of #CE3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3233

Black with #CE3233

Text Example


Text Example

White with #CE3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3233; }

 p { color: rgb(206,50,51); }

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

background-color css

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

 a { background-color: rgb(206,50,51); }

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

border-color css

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

 span { border-color: rgb(206,50,51); }

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