Html Css Color HEX #CE2F32 Mahogany

📋 copy color: '#CE2F32'

red 206 ◦ green 47 ◦ blue 50

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

Shades of Mahogany #CE2F32

Tints of Mahogany #CE2F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 67.99%
G = 15.51%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE2F32 (or 0xCE2F32) is known color: Mahogany. HEX triplet: CE, 2F and 32. RGB value is (206,47,50). Sum of RGB (Red+Green+Blue) = 206+47+50=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F32 is #31D0CD. Grayscale: #5F5F5F. Windows color (decimal): -3264718 or 3289038. OLE color: 3289038.

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

Color convert

RGB 206 47 50 -
CMYK 0 0.77 0.76 0.19
HSL 358.87º 0.63% 0.5% -
HSV(B) 358.87º 0.77% 0.81% -
XYZ 27.05 15.39 4.56 -
YUV 94.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 206 47 50 0 0.77 0.76 0.19 358.87 0.63 0.5
Hex CE 2F 32 0 4D 4C 13 167 3F 32
Octal 316 57 62 0 115 114 23 547 77 62
Binary 11001110 101111 110010 0 1001101 1001100 10011 101100111 111111 110010

Color Harmonies of #CE2F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F32

Black with #CE2F32

Text Example


Text Example

White with #CE2F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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