Html Css Color HEX #E60029 Crimson

📋 copy color: '#E60029'

red 230 ◦ green 0 ◦ blue 41

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

Shades of Crimson #E60029

Tints of Crimson #E60029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 84.87%
G = 0%
B = 15.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E60029 (or 0xE60029) is known color: Crimson. HEX triplet: E6, 00 and 29. RGB value is (230,0,41). Sum of RGB (Red+Green+Blue) = 230+0+41=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E60029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60029 is #19FFD6. Grayscale: #494949. Windows color (decimal): -1703895 or 2687206. OLE color: 2687206.

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

Color convert

RGB 230 0 41 -
CMYK 0 1 0.82 0.10
HSL 349.3º 1% 0.45% -
HSV(B) 349.3º 1% 0.9% -
XYZ 33.03 16.98 3.63 -
YUV 73.44 109.7 239.67 -
System Red Green Blue C M Y K H S L
Decimal 230 0 41 0 1 0.82 0.10 349.3 1 0.45
Hex E6 0 29 0 64 52 A 15D 64 2D
Octal 346 0 51 0 144 122 12 535 144 55
Binary 11100110 0 101001 0 1100100 1010010 1010 101011101 1100100 101101

Color Harmonies of #E60029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60029

Black with #E60029

Text Example


Text Example

White with #E60029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60029; }

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

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

background-color css

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

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

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

border-color css

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

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

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