Html Css Color HEX #E60032 Crimson

📋 copy color: '#E60032'

red 230 ◦ green 0 ◦ blue 50

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

Shades of Crimson #E60032

Tints of Crimson #E60032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 82.14%
G = 0%
B = 17.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E60032 (or 0xE60032) is known color: Crimson. HEX triplet: E6, 00 and 32. RGB value is (230,0,50). Sum of RGB (Red+Green+Blue) = 230+0+50=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E60032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60032 is #19FFCD. Grayscale: #4A4A4A. Windows color (decimal): -1703886 or 3277030. OLE color: 3277030.

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

Color convert

RGB 230 0 50 -
CMYK 0 1 0.78 0.10
HSL 346.96º 1% 0.45% -
HSV(B) 346.96º 1% 0.9% -
XYZ 33.21 17.05 4.56 -
YUV 74.47 114.2 238.93 -
System Red Green Blue C M Y K H S L
Decimal 230 0 50 0 1 0.78 0.10 346.96 1 0.45
Hex E6 0 32 0 64 4E A 15B 64 2D
Octal 346 0 62 0 144 116 12 533 144 55
Binary 11100110 0 110010 0 1100100 1001110 1010 101011011 1100100 101101

Color Harmonies of #E60032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60032

Black with #E60032

Text Example


Text Example

White with #E60032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60032; }

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

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

background-color css

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

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

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

border-color css

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

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

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