Html Css Color HEX #CE3435 Mahogany

📋 copy color: '#CE3435'

red 206 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #CE3435

Tints of Mahogany #CE3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 66.24%
G = 16.72%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3435 (or 0xCE3435) is known color: Mahogany. HEX triplet: CE, 34 and 35. RGB value is (206,52,53). Sum of RGB (Red+Green+Blue) = 206+52+53=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3435 is #31CBCA. Grayscale: #626262. Windows color (decimal): -3263435 or 3486926. OLE color: 3486926.

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

Color convert

RGB 206 52 53 -
CMYK 0 0.75 0.74 0.19
HSL 359.61º 0.61% 0.51% -
HSV(B) 359.61º 0.75% 0.81% -
XYZ 27.32 15.83 4.98 -
YUV 98.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 206 52 53 0 0.75 0.74 0.19 359.61 0.61 0.51
Hex CE 34 35 0 4B 4A 13 168 3D 33
Octal 316 64 65 0 113 112 23 550 75 63
Binary 11001110 110100 110101 0 1001011 1001010 10011 101101000 111101 110011

Color Harmonies of #CE3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3435

Black with #CE3435

Text Example


Text Example

White with #CE3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3435; }

 p { color: rgb(206,52,53); }

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

background-color css

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

 a { background-color: rgb(206,52,53); }

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

border-color css

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

 span { border-color: rgb(206,52,53); }

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