Html Css Color HEX #CE272E Mahogany

📋 copy color: '#CE272E'

red 206 ◦ green 39 ◦ blue 46

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

Shades of Mahogany #CE272E

Tints of Mahogany #CE272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 70.79%
G = 13.4%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE272E (or 0xCE272E) is known color: Mahogany. HEX triplet: CE, 27 and 2E. RGB value is (206,39,46). Sum of RGB (Red+Green+Blue) = 206+39+46=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE272E is #31D8D1. Grayscale: #595959. Windows color (decimal): -3266770 or 3024846. OLE color: 3024846.

HSL color Cylindrical-coordinate representation of color #CE272E: hue angle of 357.49º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE272E is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 46 -
CMYK 0 0.81 0.78 0.19
HSL 357.49º 0.68% 0.48% -
HSV(B) 357.49º 0.81% 0.81% -
XYZ 26.67 14.77 4.03 -
YUV 89.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 206 39 46 0 0.81 0.78 0.19 357.49 0.68 0.48
Hex CE 27 2E 0 51 4E 13 165 44 30
Octal 316 47 56 0 121 116 23 545 104 60
Binary 11001110 100111 101110 0 1010001 1001110 10011 101100101 1000100 110000

Color Harmonies of #CE272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE272E

Black with #CE272E

Text Example


Text Example

White with #CE272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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