Html Css Color HEX #E1013C Crimson

📋 copy color: '#E1013C'

red 225 ◦ green 1 ◦ blue 60

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

Shades of Crimson #E1013C

Tints of Crimson #E1013C

RGB

 RED value IS 225 (88.28% from 255) = 78.67%

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

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

R = 78.67%
G = 0.35%
B = 20.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1013C (or 0xE1013C) is known color: Crimson. HEX triplet: E1, 01 and 3C. RGB value is (225,1,60). Sum of RGB (Red+Green+Blue) = 225+1+60=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E1013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1013C is #1EFEC3. Grayscale: #4A4A4A. Windows color (decimal): -2031300 or 3932641. OLE color: 3932641.

HSL color Cylindrical-coordinate representation of color #E1013C: hue angle of 344.2º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1013C is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 60 -
CMYK 0 1.00 0.73 0.12
HSL 344.2º 0.99% 0.44% -
HSV(B) 344.2º 1% 0.88% -
XYZ 31.88 16.36 5.75 -
YUV 74.7 119.71 235.2 -
System Red Green Blue C M Y K H S L
Decimal 225 1 60 0 1.00 0.73 0.12 344.2 0.99 0.44
Hex E1 1 3C 0 64 49 C 158 63 2C
Octal 341 1 74 0 144 111 14 530 143 54
Binary 11100001 1 111100 0 1100100 1001001 1100 101011000 1100011 101100

Color Harmonies of #E1013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1013C

Black with #E1013C

Text Example


Text Example

White with #E1013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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