Html Css Color HEX #CE272B Mahogany

📋 copy color: '#CE272B'

red 206 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #CE272B

Tints of Mahogany #CE272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 71.53%
G = 13.54%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE272B (or 0xCE272B) is known color: Mahogany. HEX triplet: CE, 27 and 2B. RGB value is (206,39,43). Sum of RGB (Red+Green+Blue) = 206+39+43=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE272B is #31D8D4. Grayscale: #595959. Windows color (decimal): -3266773 or 2828238. OLE color: 2828238.

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

Color convert

RGB 206 39 43 -
CMYK 0 0.81 0.79 0.19
HSL 358.56º 0.68% 0.48% -
HSV(B) 358.56º 0.81% 0.81% -
XYZ 26.62 14.75 3.73 -
YUV 89.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 206 39 43 0 0.81 0.79 0.19 358.56 0.68 0.48
Hex CE 27 2B 0 51 4F 13 167 44 30
Octal 316 47 53 0 121 117 23 547 104 60
Binary 11001110 100111 101011 0 1010001 1001111 10011 101100111 1000100 110000

Color Harmonies of #CE272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE272B

Black with #CE272B

Text Example


Text Example

White with #CE272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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