Html Css Color HEX #CE2E30 Mahogany

📋 copy color: '#CE2E30'

red 206 ◦ green 46 ◦ blue 48

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

Shades of Mahogany #CE2E30

Tints of Mahogany #CE2E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.33%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 68.67%
G = 15.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE2E30 (or 0xCE2E30) is known color: Mahogany. HEX triplet: CE, 2E and 30. RGB value is (206,46,48). Sum of RGB (Red+Green+Blue) = 206+46+48=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E30 is #31D1CF. Grayscale: #5E5E5E. Windows color (decimal): -3264976 or 3157710. OLE color: 3157710.

HSL color Cylindrical-coordinate representation of color #CE2E30: hue angle of 359.25º degrees, saturation: 0.63, 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 #CE2E30 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 48 -
CMYK 0 0.78 0.77 0.19
HSL 359.25º 0.63% 0.49% -
HSV(B) 359.25º 0.78% 0.81% -
XYZ 26.96 15.29 4.33 -
YUV 94.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 206 46 48 0 0.78 0.77 0.19 359.25 0.63 0.49
Hex CE 2E 30 0 4E 4D 13 167 3F 31
Octal 316 56 60 0 116 115 23 547 77 61
Binary 11001110 101110 110000 0 1001110 1001101 10011 101100111 111111 110001

Color Harmonies of #CE2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E30

Black with #CE2E30

Text Example


Text Example

White with #CE2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E30; }

 p { color: rgb(206,46,48); }

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

background-color css

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

 a { background-color: rgb(206,46,48); }

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

border-color css

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

 span { border-color: rgb(206,46,48); }

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