Html Css Color HEX #CE282F Mahogany

📋 copy color: '#CE282F'

red 206 ◦ green 40 ◦ blue 47

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

Shades of Mahogany #CE282F

Tints of Mahogany #CE282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 70.31%
G = 13.65%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE282F (or 0xCE282F) is known color: Mahogany. HEX triplet: CE, 28 and 2F. RGB value is (206,40,47). Sum of RGB (Red+Green+Blue) = 206+40+47=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE282F is #31D7D0. Grayscale: #5A5A5A. Windows color (decimal): -3266513 or 3090638. OLE color: 3090638.

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

Color convert

RGB 206 40 47 -
CMYK 0 0.81 0.77 0.19
HSL 357.47º 0.67% 0.48% -
HSV(B) 357.47º 0.81% 0.81% -
XYZ 26.73 14.84 4.15 -
YUV 90.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 206 40 47 0 0.81 0.77 0.19 357.47 0.67 0.48
Hex CE 28 2F 0 51 4D 13 165 43 30
Octal 316 50 57 0 121 115 23 545 103 60
Binary 11001110 101000 101111 0 1010001 1001101 10011 101100101 1000011 110000

Color Harmonies of #CE282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE282F

Black with #CE282F

Text Example


Text Example

White with #CE282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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