#E6002F

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

Shades of Crimson #E6002F

Tints of Crimson #E6002F

Color information

#E6002F (or 0xE6002F) is unknown color: approx Crimson. HEX triplet: E6, 00 and 2F. RGB value is (230,0,47). Sum of RGB (Red+Green+Blue) = 230+0+47=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E6002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6002F is #19FFD0. Grayscale: #4A4A4A. Windows color (decimal): -1703889 or 3080422. OLE color: 3080422.

HSL color Cylindrical-coordinate representation of color #E6002F: hue angle of 347.74º 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 #E6002F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB230047-
CMYK010.800.10
HSL347.74º100%45.1%-
HSV(B)347.74º100%90.2%-
XYZ33.1517.034.23-
YUV74.13112.7239.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 83.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=83.03%
G=0%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230047010.800.10347.7410045.1
HexE602F06450A15c642d
Octal34605701441201253414455
Binary11100110010111101100100101000010101010111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6002F; }

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

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

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

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

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

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

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

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