#E61334

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

Shades of Crimson #E61334

Tints of Crimson #E61334

Color information

#E61334 (or 0xE61334) is unknown color: approx Crimson. HEX triplet: E6, 13 and 34. RGB value is (230,19,52). Sum of RGB (Red+Green+Blue) = 230+19+52=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E61334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61334 is #19ECCB. Grayscale: #555555. Windows color (decimal): -1699020 or 3412966. OLE color: 3412966.

HSL color Cylindrical-coordinate representation of color #E61334: hue angle of 350.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61334 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB2301952-
CMYK00.920.770.10
HSL350.62º84.74%48.82%-
HSV(B)350.62º91.74%90.2%-
XYZ33.4917.544.87-
YUV85.85108.9230.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 76.41%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=76.41%
G=6.31%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230195200.920.770.10350.6284.7448.82
HexE6133405C4DA15f5531
Octal346236401341151253712561
Binary111001101001111010001011100100110110101010111111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61334; }

 p { color: rgb(230,19,52); }

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

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

 a { background-color: rgb(230,19,52); }

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

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

 span { border-color: rgb(230,19,52); }

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