Html Css Color HEX #CE282E Mahogany

📋 copy color: '#CE282E'

red 206 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #CE282E

Tints of Mahogany #CE282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 70.55%
G = 13.7%
B = 15.75%

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

#CE282E (or 0xCE282E) is known color: Mahogany. HEX triplet: CE, 28 and 2E. RGB value is (206,40,46). Sum of RGB (Red+Green+Blue) = 206+40+46=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE282E is #31D7D1. Grayscale: #5A5A5A. Windows color (decimal): -3266514 or 3025102. OLE color: 3025102.

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

Color convert

RGB 206 40 46 -
CMYK 0 0.81 0.78 0.19
HSL 357.83º 0.67% 0.48% -
HSV(B) 357.83º 0.81% 0.81% -
XYZ 26.71 14.84 4.04 -
YUV 90.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 206 40 46 0 0.81 0.78 0.19 357.83 0.67 0.48
Hex CE 28 2E 0 51 4E 13 166 43 30
Octal 316 50 56 0 121 116 23 546 103 60
Binary 11001110 101000 101110 0 1010001 1001110 10011 101100110 1000011 110000

Color Harmonies of #CE282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE282E

Black with #CE282E

Text Example


Text Example

White with #CE282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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