Html Css Color HEX #CE2829 Mahogany

📋 copy color: '#CE2829'

red 206 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #CE2829

Tints of Mahogany #CE2829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 71.78%
G = 13.94%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE2829 (or 0xCE2829) is known color: Mahogany. HEX triplet: CE, 28 and 29. RGB value is (206,40,41). Sum of RGB (Red+Green+Blue) = 206+40+41=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2829 is #31D7D6. Grayscale: #595959. Windows color (decimal): -3266519 or 2697422. OLE color: 2697422.

HSL color Cylindrical-coordinate representation of color #CE2829: hue angle of 359.64º 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 #CE2829 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 40 41 -
CMYK 0 0.81 0.80 0.19
HSL 359.64º 0.67% 0.48% -
HSV(B) 359.64º 0.81% 0.81% -
XYZ 26.61 14.8 3.55 -
YUV 89.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 206 40 41 0 0.81 0.80 0.19 359.64 0.67 0.48
Hex CE 28 29 0 51 50 13 168 43 30
Octal 316 50 51 0 121 120 23 550 103 60
Binary 11001110 101000 101001 0 1010001 1010000 10011 101101000 1000011 110000

Color Harmonies of #CE2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2829

Black with #CE2829

Text Example


Text Example

White with #CE2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2829; }

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

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

background-color css

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

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

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

border-color css

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

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

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