Html Css Color HEX #CE303B Mahogany

📋 copy color: '#CE303B'

red 206 ◦ green 48 ◦ blue 59

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

Shades of Mahogany #CE303B

Tints of Mahogany #CE303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 65.81%
G = 15.34%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE303B (or 0xCE303B) is known color: Mahogany. HEX triplet: CE, 30 and 3B. RGB value is (206,48,59). Sum of RGB (Red+Green+Blue) = 206+48+59=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE303B is #31CFC4. Grayscale: #606060. Windows color (decimal): -3264453 or 3879118. OLE color: 3879118.

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

Color convert

RGB 206 48 59 -
CMYK 0 0.77 0.71 0.19
HSL 355.82º 0.62% 0.5% -
HSV(B) 355.82º 0.77% 0.81% -
XYZ 27.3 15.55 5.7 -
YUV 96.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 206 48 59 0 0.77 0.71 0.19 355.82 0.62 0.5
Hex CE 30 3B 0 4D 47 13 164 3E 32
Octal 316 60 73 0 115 107 23 544 76 62
Binary 11001110 110000 111011 0 1001101 1000111 10011 101100100 111110 110010

Color Harmonies of #CE303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE303B

Black with #CE303B

Text Example


Text Example

White with #CE303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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