Html Css Color HEX #E60131 Crimson

📋 copy color: '#E60131'

red 230 ◦ green 1 ◦ blue 49

#E60131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E60131

Tints of Crimson #E60131

RGB

 RED value IS 230 (90.23% from 255) = 82.14%

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 82.14%
G = 0.36%
B = 17.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E60131 (or 0xE60131) is known color: Crimson. HEX triplet: E6, 01 and 31. RGB value is (230,1,49). Sum of RGB (Red+Green+Blue) = 230+1+49=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E60131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60131 is #19FECE. Grayscale: #4A4A4A. Windows color (decimal): -1703631 or 3211750. OLE color: 3211750.

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

Color convert

RGB 230 1 49 -
CMYK 0 1.00 0.79 0.10
HSL 347.42º 0.99% 0.45% -
HSV(B) 347.42º 1% 0.9% -
XYZ 33.2 17.07 4.45 -
YUV 74.94 113.37 238.6 -
System Red Green Blue C M Y K H S L
Decimal 230 1 49 0 1.00 0.79 0.10 347.42 0.99 0.45
Hex E6 1 31 0 64 4F A 15B 63 2D
Octal 346 1 61 0 144 117 12 533 143 55
Binary 11100110 1 110001 0 1100100 1001111 1010 101011011 1100011 101101

Color Harmonies of #E60131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60131

Black with #E60131

Text Example


Text Example

White with #E60131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60131; }

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

 H1.HeaderClassName
 {
   color: #E60131;
 }
 .AnyTagClassName
 {
   color: #E60131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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