Html Css Color HEX #CE2D3A Mahogany

📋 copy color: '#CE2D3A'

red 206 ◦ green 45 ◦ blue 58

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

Shades of Mahogany #CE2D3A

Tints of Mahogany #CE2D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 66.67%
G = 14.56%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE2D3A (or 0xCE2D3A) is known color: Mahogany. HEX triplet: CE, 2D and 3A. RGB value is (206,45,58). Sum of RGB (Red+Green+Blue) = 206+45+58=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D3A is #31D2C5. Grayscale: #5E5E5E. Windows color (decimal): -3265222 or 3812814. OLE color: 3812814.

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

Color convert

RGB 206 45 58 -
CMYK 0 0.78 0.72 0.19
HSL 355.16º 0.64% 0.49% -
HSV(B) 355.16º 0.78% 0.81% -
XYZ 27.16 15.3 5.53 -
YUV 94.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 206 45 58 0 0.78 0.72 0.19 355.16 0.64 0.49
Hex CE 2D 3A 0 4E 48 13 163 40 31
Octal 316 55 72 0 116 110 23 543 100 61
Binary 11001110 101101 111010 0 1001110 1001000 10011 101100011 1000000 110001

Color Harmonies of #CE2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D3A

Black with #CE2D3A

Text Example


Text Example

White with #CE2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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