Html Css Color HEX #CE2833 Mahogany

📋 copy color: '#CE2833'

red 206 ◦ green 40 ◦ blue 51

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

Shades of Mahogany #CE2833

Tints of Mahogany #CE2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

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

R = 69.36%
G = 13.47%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE2833 (or 0xCE2833) is known color: Mahogany. HEX triplet: CE, 28 and 33. RGB value is (206,40,51). Sum of RGB (Red+Green+Blue) = 206+40+51=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2833 is #31D7CC. Grayscale: #5B5B5B. Windows color (decimal): -3266509 or 3352782. OLE color: 3352782.

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

Color convert

RGB 206 40 51 -
CMYK 0 0.81 0.75 0.19
HSL 356.02º 0.67% 0.48% -
HSV(B) 356.02º 0.81% 0.81% -
XYZ 26.81 14.88 4.59 -
YUV 90.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 206 40 51 0 0.81 0.75 0.19 356.02 0.67 0.48
Hex CE 28 33 0 51 4B 13 164 43 30
Octal 316 50 63 0 121 113 23 544 103 60
Binary 11001110 101000 110011 0 1010001 1001011 10011 101100100 1000011 110000

Color Harmonies of #CE2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2833

Black with #CE2833

Text Example


Text Example

White with #CE2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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