Html Css Color HEX #E5013E Crimson

📋 copy color: '#E5013E'

red 229 ◦ green 1 ◦ blue 62

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

Shades of Crimson #E5013E

Tints of Crimson #E5013E

RGB

 RED value IS 229 (89.84% from 255) = 78.42%

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 78.42%
G = 0.34%
B = 21.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5013E (or 0xE5013E) is known color: Crimson. HEX triplet: E5, 01 and 3E. RGB value is (229,1,62). Sum of RGB (Red+Green+Blue) = 229+1+62=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5013E is #1AFEC1. Grayscale: #4C4C4C. Windows color (decimal): -1769154 or 4063717. OLE color: 4063717.

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

Color convert

RGB 229 1 62 -
CMYK 0 1.00 0.73 0.10
HSL 343.95º 0.99% 0.45% -
HSV(B) 343.95º 1% 0.9% -
XYZ 33.19 17.03 6.09 -
YUV 76.13 120.04 237.04 -
System Red Green Blue C M Y K H S L
Decimal 229 1 62 0 1.00 0.73 0.10 343.95 0.99 0.45
Hex E5 1 3E 0 64 49 A 158 63 2D
Octal 345 1 76 0 144 111 12 530 143 55
Binary 11100101 1 111110 0 1100100 1001001 1010 101011000 1100011 101101

Color Harmonies of #E5013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5013E

Black with #E5013E

Text Example


Text Example

White with #E5013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5013E; }

 p { color: rgb(229,1,62); }

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

background-color css

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

 a { background-color: rgb(229,1,62); }

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

border-color css

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

 span { border-color: rgb(229,1,62); }

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