Html Css Color HEX #CE333A Mahogany

📋 copy color: '#CE333A'

red 206 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #CE333A

Tints of Mahogany #CE333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 65.4%
G = 16.19%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE333A (or 0xCE333A) is known color: Mahogany. HEX triplet: CE, 33 and 3A. RGB value is (206,51,58). Sum of RGB (Red+Green+Blue) = 206+51+58=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE333A is #31CCC5. Grayscale: #626262. Windows color (decimal): -3263686 or 3814350. OLE color: 3814350.

HSL color Cylindrical-coordinate representation of color #CE333A: hue angle of 357.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE333A is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 58 -
CMYK 0 0.75 0.72 0.19
HSL 357.29º 0.61% 0.5% -
HSV(B) 357.29º 0.75% 0.81% -
XYZ 27.4 15.79 5.61 -
YUV 98.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 206 51 58 0 0.75 0.72 0.19 357.29 0.61 0.5
Hex CE 33 3A 0 4B 48 13 165 3D 32
Octal 316 63 72 0 113 110 23 545 75 62
Binary 11001110 110011 111010 0 1001011 1001000 10011 101100101 111101 110010

Color Harmonies of #CE333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE333A

Black with #CE333A

Text Example


Text Example

White with #CE333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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