Html Css Color HEX #CE2F38 Mahogany

📋 copy color: '#CE2F38'

red 206 ◦ green 47 ◦ blue 56

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

Shades of Mahogany #CE2F38

Tints of Mahogany #CE2F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 66.67%
G = 15.21%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2F38 (or 0xCE2F38) is known color: Mahogany. HEX triplet: CE, 2F and 38. RGB value is (206,47,56). Sum of RGB (Red+Green+Blue) = 206+47+56=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F38 is #31D0C7. Grayscale: #5F5F5F. Windows color (decimal): -3264712 or 3682254. OLE color: 3682254.

HSL color Cylindrical-coordinate representation of color #CE2F38: hue angle of 356.6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F38 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 47 56 -
CMYK 0 0.77 0.73 0.19
HSL 356.6º 0.63% 0.5% -
HSV(B) 356.6º 0.77% 0.81% -
XYZ 27.18 15.44 5.29 -
YUV 95.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 206 47 56 0 0.77 0.73 0.19 356.6 0.63 0.5
Hex CE 2F 38 0 4D 49 13 165 3F 32
Octal 316 57 70 0 115 111 23 545 77 62
Binary 11001110 101111 111000 0 1001101 1001001 10011 101100101 111111 110010

Color Harmonies of #CE2F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F38

Black with #CE2F38

Text Example


Text Example

White with #CE2F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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