#CE0346

Color #CE0346 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CE0346

Tints of Crimson #CE0346

Color information

#CE0346 (or 0xCE0346) is unknown color: approx Crimson. HEX triplet: CE, 03 and 46. RGB value is (206,3,70). Sum of RGB (Red+Green+Blue) = 206+3+70=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0346 is #31FCB9. Grayscale: #474747. Windows color (decimal): -3275962 or 4588494. OLE color: 4588494.

HSL color Cylindrical-coordinate representation of color #CE0346: hue angle of 340.2º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0346 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB206370-
CMYK00.990.660.19
HSL340.2º97.13%40.98%-
HSV(B)340.2º98.54%80.78%-
XYZ26.5913.637.02-
YUV71.33127.25224.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 73.84%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=73.84%
G=1.08%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20637000.990.660.19340.297.1340.98
HexCE34606342131546129
Octal316310601431022352414151
Binary11001110111000110011000111000010100111010101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0346; }

 p { color: rgb(206,3,70); }

 H1.HeaderClassName
 {
   color: #CE0346;
 }
 .AnyTagClassName
 {
   color: #CE0346;
 }
</style>
background-color css

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

 a { background-color: rgb(206,3,70); }

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

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

 span { border-color: rgb(206,3,70); }

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