Html Css Color HEX #CE2E35 Mahogany

📋 copy color: '#CE2E35'

red 206 ◦ green 46 ◦ blue 53

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

Shades of Mahogany #CE2E35

Tints of Mahogany #CE2E35

RGB

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

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

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

R = 67.54%
G = 15.08%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE2E35 (or 0xCE2E35) is known color: Mahogany. HEX triplet: CE, 2E and 35. RGB value is (206,46,53). Sum of RGB (Red+Green+Blue) = 206+46+53=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E35 is #31D1CA. Grayscale: #5E5E5E. Windows color (decimal): -3264971 or 3485390. OLE color: 3485390.

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

Color convert

RGB 206 46 53 -
CMYK 0 0.78 0.74 0.19
HSL 357.38º 0.63% 0.49% -
HSV(B) 357.38º 0.78% 0.81% -
XYZ 27.07 15.33 4.9 -
YUV 94.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 206 46 53 0 0.78 0.74 0.19 357.38 0.63 0.49
Hex CE 2E 35 0 4E 4A 13 165 3F 31
Octal 316 56 65 0 116 112 23 545 77 61
Binary 11001110 101110 110101 0 1001110 1001010 10011 101100101 111111 110001

Color Harmonies of #CE2E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E35

Black with #CE2E35

Text Example


Text Example

White with #CE2E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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