Html Css Color HEX #CE2D32 Mahogany

📋 copy color: '#CE2D32'

red 206 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #CE2D32

Tints of Mahogany #CE2D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.95%

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

R = 68.44%
G = 14.95%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE2D32 (or 0xCE2D32) is known color: Mahogany. HEX triplet: CE, 2D and 32. RGB value is (206,45,50). Sum of RGB (Red+Green+Blue) = 206+45+50=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D32 is #31D2CD. Grayscale: #5D5D5D. Windows color (decimal): -3265230 or 3288526. OLE color: 3288526.

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

Color convert

RGB 206 45 50 -
CMYK 0 0.78 0.76 0.19
HSL 358.14º 0.64% 0.49% -
HSV(B) 358.14º 0.78% 0.81% -
XYZ 26.97 15.23 4.54 -
YUV 93.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 206 45 50 0 0.78 0.76 0.19 358.14 0.64 0.49
Hex CE 2D 32 0 4E 4C 13 166 40 31
Octal 316 55 62 0 116 114 23 546 100 61
Binary 11001110 101101 110010 0 1001110 1001100 10011 101100110 1000000 110001

Color Harmonies of #CE2D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D32

Black with #CE2D32

Text Example


Text Example

White with #CE2D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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