Html Css Color HEX #E60229 Crimson

📋 copy color: '#E60229'

red 230 ◦ green 2 ◦ blue 41

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

Shades of Crimson #E60229

Tints of Crimson #E60229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 84.25%
G = 0.73%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E60229 (or 0xE60229) is known color: Crimson. HEX triplet: E6, 02 and 29. RGB value is (230,2,41). Sum of RGB (Red+Green+Blue) = 230+2+41=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E60229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60229 is #19FDD6. Grayscale: #4A4A4A. Windows color (decimal): -1703383 or 2687718. OLE color: 2687718.

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

Color convert

RGB 230 2 41 -
CMYK 0 0.99 0.82 0.10
HSL 349.74º 0.98% 0.45% -
HSV(B) 349.74º 0.99% 0.9% -
XYZ 33.06 17.03 3.64 -
YUV 74.62 109.04 238.83 -
System Red Green Blue C M Y K H S L
Decimal 230 2 41 0 0.99 0.82 0.10 349.74 0.98 0.45
Hex E6 2 29 0 63 52 A 15E 62 2D
Octal 346 2 51 0 143 122 12 536 142 55
Binary 11100110 10 101001 0 1100011 1010010 1010 101011110 1100010 101101

Color Harmonies of #E60229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60229

Black with #E60229

Text Example


Text Example

White with #E60229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60229; }

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

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

background-color css

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

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

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

border-color css

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

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

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