Html Css Color HEX #CE2B30 Mahogany

📋 copy color: '#CE2B30'

red 206 ◦ green 43 ◦ blue 48

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

Shades of Mahogany #CE2B30

Tints of Mahogany #CE2B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.48%

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

R = 69.36%
G = 14.48%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE2B30 (or 0xCE2B30) is known color: Mahogany. HEX triplet: CE, 2B and 30. RGB value is (206,43,48). Sum of RGB (Red+Green+Blue) = 206+43+48=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B30 is #31D4CF. Grayscale: #5C5C5C. Windows color (decimal): -3265744 or 3156942. OLE color: 3156942.

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

Color convert

RGB 206 43 48 -
CMYK 0 0.79 0.77 0.19
HSL 358.16º 0.65% 0.49% -
HSV(B) 358.16º 0.79% 0.81% -
XYZ 26.85 15.06 4.29 -
YUV 92.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 206 43 48 0 0.79 0.77 0.19 358.16 0.65 0.49
Hex CE 2B 30 0 4F 4D 13 166 41 31
Octal 316 53 60 0 117 115 23 546 101 61
Binary 11001110 101011 110000 0 1001111 1001101 10011 101100110 1000001 110001

Color Harmonies of #CE2B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B30

Black with #CE2B30

Text Example


Text Example

White with #CE2B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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