Html Css Color HEX #CE2932 Mahogany

📋 copy color: '#CE2932'

red 206 ◦ green 41 ◦ blue 50

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

Shades of Mahogany #CE2932

Tints of Mahogany #CE2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 69.36%
G = 13.8%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE2932 (or 0xCE2932) is known color: Mahogany. HEX triplet: CE, 29 and 32. RGB value is (206,41,50). Sum of RGB (Red+Green+Blue) = 206+41+50=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2932 is #31D6CD. Grayscale: #5B5B5B. Windows color (decimal): -3266254 or 3287502. OLE color: 3287502.

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

Color convert

RGB 206 41 50 -
CMYK 0 0.80 0.76 0.19
HSL 356.73º 0.67% 0.48% -
HSV(B) 356.73º 0.8% 0.81% -
XYZ 26.82 14.94 4.49 -
YUV 91.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 206 41 50 0 0.80 0.76 0.19 356.73 0.67 0.48
Hex CE 29 32 0 50 4C 13 165 43 30
Octal 316 51 62 0 120 114 23 545 103 60
Binary 11001110 101001 110010 0 1010000 1001100 10011 101100101 1000011 110000

Color Harmonies of #CE2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2932

Black with #CE2932

Text Example


Text Example

White with #CE2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2932; }

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

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

background-color css

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

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

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

border-color css

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

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

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