Html Css Color HEX #E5013C Crimson

📋 copy color: '#E5013C'

red 229 ◦ green 1 ◦ blue 60

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

Shades of Crimson #E5013C

Tints of Crimson #E5013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 78.97%
G = 0.34%
B = 20.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5013C (or 0xE5013C) is known color: Crimson. HEX triplet: E5, 01 and 3C. RGB value is (229,1,60). Sum of RGB (Red+Green+Blue) = 229+1+60=290 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.97% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 229 - color contains mainly: red. Hex color #E5013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5013C is #1AFEC3. Grayscale: #4B4B4B. Windows color (decimal): -1769156 or 3932645. OLE color: 3932645.

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

Color convert

RGB 229 1 60 -
CMYK 0 1.00 0.74 0.10
HSL 344.47º 0.99% 0.45% -
HSV(B) 344.47º 1% 0.9% -
XYZ 33.14 17.01 5.81 -
YUV 75.9 119.04 237.2 -
System Red Green Blue C M Y K H S L
Decimal 229 1 60 0 1.00 0.74 0.10 344.47 0.99 0.45
Hex E5 1 3C 0 64 4A A 158 63 2D
Octal 345 1 74 0 144 112 12 530 143 55
Binary 11100101 1 111100 0 1100100 1001010 1010 101011000 1100011 101101

Color Harmonies of #E5013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5013C

Black with #E5013C

Text Example


Text Example

White with #E5013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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