Html Css Color HEX #CE2530 Mahogany

📋 copy color: '#CE2530'

red 206 ◦ green 37 ◦ blue 48

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

Shades of Mahogany #CE2530

Tints of Mahogany #CE2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 70.79%
G = 12.71%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE2530 (or 0xCE2530) is known color: Mahogany. HEX triplet: CE, 25 and 30. RGB value is (206,37,48). Sum of RGB (Red+Green+Blue) = 206+37+48=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2530 is #31DACF. Grayscale: #585858. Windows color (decimal): -3267280 or 3155406. OLE color: 3155406.

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

Color convert

RGB 206 37 48 -
CMYK 0 0.82 0.77 0.19
HSL 356.09º 0.7% 0.48% -
HSV(B) 356.09º 0.82% 0.81% -
XYZ 26.65 14.66 4.22 -
YUV 88.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 206 37 48 0 0.82 0.77 0.19 356.09 0.7 0.48
Hex CE 25 30 0 52 4D 13 164 46 30
Octal 316 45 60 0 122 115 23 544 106 60
Binary 11001110 100101 110000 0 1010010 1001101 10011 101100100 1000110 110000

Color Harmonies of #CE2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2530

Black with #CE2530

Text Example


Text Example

White with #CE2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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