#CE1343

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

Shades of Crimson #CE1343

Tints of Crimson #CE1343

Color information

#CE1343 (or 0xCE1343) is unknown color: approx Crimson. HEX triplet: CE, 13 and 43. RGB value is (206,19,67). Sum of RGB (Red+Green+Blue) = 206+19+67=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1343 is #31ECBC. Grayscale: #505050. Windows color (decimal): -3271869 or 4395982. OLE color: 4395982.

HSL color Cylindrical-coordinate representation of color #CE1343: hue angle of 344.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1343 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2061967-
CMYK00.910.670.19
HSL344.6º83.11%44.12%-
HSV(B)344.6º90.78%80.78%-
XYZ26.713.996.6-
YUV80.38120.45217.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 70.55%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 67 (26.56% from 255) = 22.95%
R=70.55%
G=6.51%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206196700.910.670.19344.683.1144.12
HexCE134305B4313159532c
Octal3162310301331032353112354
Binary11001110100111000011010110111000011100111010110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1343; }

 p { color: rgb(206,19,67); }

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

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

 a { background-color: rgb(206,19,67); }

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

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

 span { border-color: rgb(206,19,67); }

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