Html Css Color HEX #CE2A32 Mahogany

📋 copy color: '#CE2A32'

red 206 ◦ green 42 ◦ blue 50

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

Shades of Mahogany #CE2A32

Tints of Mahogany #CE2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.09%

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

R = 69.13%
G = 14.09%
B = 16.78%

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

#CE2A32 (or 0xCE2A32) is known color: Mahogany. HEX triplet: CE, 2A and 32. RGB value is (206,42,50). Sum of RGB (Red+Green+Blue) = 206+42+50=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A32 is #31D5CD. Grayscale: #5C5C5C. Windows color (decimal): -3265998 or 3287758. OLE color: 3287758.

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

Color convert

RGB 206 42 50 -
CMYK 0 0.80 0.76 0.19
HSL 357.07º 0.66% 0.49% -
HSV(B) 357.07º 0.8% 0.81% -
XYZ 26.86 15.01 4.5 -
YUV 91.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 206 42 50 0 0.80 0.76 0.19 357.07 0.66 0.49
Hex CE 2A 32 0 50 4C 13 165 42 31
Octal 316 52 62 0 120 114 23 545 102 61
Binary 11001110 101010 110010 0 1010000 1001100 10011 101100101 1000010 110001

Color Harmonies of #CE2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A32

Black with #CE2A32

Text Example


Text Example

White with #CE2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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