Html Css Color HEX #CE2730 Mahogany

📋 copy color: '#CE2730'

red 206 ◦ green 39 ◦ blue 48

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

Shades of Mahogany #CE2730

Tints of Mahogany #CE2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 70.31%
G = 13.31%
B = 16.38%

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

#CE2730 (or 0xCE2730) is known color: Mahogany. HEX triplet: CE, 27 and 30. RGB value is (206,39,48). Sum of RGB (Red+Green+Blue) = 206+39+48=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2730 is #31D8CF. Grayscale: #5A5A5A. Windows color (decimal): -3266768 or 3155918. OLE color: 3155918.

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

Color convert

RGB 206 39 48 -
CMYK 0 0.81 0.77 0.19
HSL 356.77º 0.68% 0.48% -
HSV(B) 356.77º 0.81% 0.81% -
XYZ 26.71 14.79 4.24 -
YUV 89.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 206 39 48 0 0.81 0.77 0.19 356.77 0.68 0.48
Hex CE 27 30 0 51 4D 13 165 44 30
Octal 316 47 60 0 121 115 23 545 104 60
Binary 11001110 100111 110000 0 1010001 1001101 10011 101100101 1000100 110000

Color Harmonies of #CE2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2730

Black with #CE2730

Text Example


Text Example

White with #CE2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2730; }

 p { color: rgb(206,39,48); }

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

background-color css

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

 a { background-color: rgb(206,39,48); }

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

border-color css

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

 span { border-color: rgb(206,39,48); }

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