Html Css Color HEX #CE282A Mahogany

📋 copy color: '#CE282A'

red 206 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #CE282A

Tints of Mahogany #CE282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 71.53%
G = 13.89%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE282A (or 0xCE282A) is known color: Mahogany. HEX triplet: CE, 28 and 2A. RGB value is (206,40,42). Sum of RGB (Red+Green+Blue) = 206+40+42=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE282A is #31D7D5. Grayscale: #5A5A5A. Windows color (decimal): -3266518 or 2762958. OLE color: 2762958.

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

Color convert

RGB 206 40 42 -
CMYK 0 0.81 0.80 0.19
HSL 359.28º 0.67% 0.48% -
HSV(B) 359.28º 0.81% 0.81% -
XYZ 26.63 14.81 3.64 -
YUV 89.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 206 40 42 0 0.81 0.80 0.19 359.28 0.67 0.48
Hex CE 28 2A 0 51 50 13 167 43 30
Octal 316 50 52 0 121 120 23 547 103 60
Binary 11001110 101000 101010 0 1010001 1010000 10011 101100111 1000011 110000

Color Harmonies of #CE282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE282A

Black with #CE282A

Text Example


Text Example

White with #CE282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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