#E6012A

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

Shades of Crimson #E6012A

Tints of Crimson #E6012A

Color information

#E6012A (or 0xE6012A) is unknown color: approx Crimson. HEX triplet: E6, 01 and 2A. RGB value is (230,1,42). Sum of RGB (Red+Green+Blue) = 230+1+42=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E6012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6012A is #19FED5. Grayscale: #4A4A4A. Windows color (decimal): -1703638 or 2752998. OLE color: 2752998.

HSL color Cylindrical-coordinate representation of color #E6012A: hue angle of 349.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6012A is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB230142-
CMYK01.000.820.10
HSL349.26º99.13%45.29%-
HSV(B)349.26º99.57%90.2%-
XYZ33.0617.013.73-
YUV74.14109.87239.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 84.25%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=84.25%
G=0.37%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014201.000.820.10349.2699.1345.29
HexE612A06452A15d632d
Octal34615201441221253514355
Binary11100110110101001100100101001010101010111011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6012A; }

 p { color: rgb(230,1,42); }

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

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

 a { background-color: rgb(230,1,42); }

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

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

 span { border-color: rgb(230,1,42); }

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