#E6003A

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

Shades of Crimson #E6003A

Tints of Crimson #E6003A

Color information

#E6003A (or 0xE6003A) is unknown color: approx Crimson. HEX triplet: E6, 00 and 3A. RGB value is (230,0,58). Sum of RGB (Red+Green+Blue) = 230+0+58=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E6003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6003A is #19FFC5. Grayscale: #4B4B4B. Windows color (decimal): -1703878 or 3801318. OLE color: 3801318.

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

Color convert

RGB230058-
CMYK010.750.10
HSL344.87º100%45.1%-
HSV(B)344.87º100%90.2%-
XYZ33.417.135.55-
YUV75.38118.2238.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 79.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=79.86%
G=0%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230058010.750.10344.8710045.1
HexE603A0644BA159642d
Octal34607201441131253114455
Binary11100110011101001100100100101110101010110011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6003A; }

 p { color: rgb(230,0,58); }

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

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

 a { background-color: rgb(230,0,58); }

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

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

 span { border-color: rgb(230,0,58); }

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