Html Css Color HEX #E4013C Crimson

📋 copy color: '#E4013C'

red 228 ◦ green 1 ◦ blue 60

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

Shades of Crimson #E4013C

Tints of Crimson #E4013C

RGB

 RED value IS 228 (89.45% from 255) = 78.89%

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

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

R = 78.89%
G = 0.35%
B = 20.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E4013C (or 0xE4013C) is known color: Crimson. HEX triplet: E4, 01 and 3C. RGB value is (228,1,60). Sum of RGB (Red+Green+Blue) = 228+1+60=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E4013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4013C is #1BFEC3. Grayscale: #4B4B4B. Windows color (decimal): -1834692 or 3932644. OLE color: 3932644.

HSL color Cylindrical-coordinate representation of color #E4013C: hue angle of 344.41º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4013C is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 60 -
CMYK 0 1.00 0.74 0.11
HSL 344.41º 0.99% 0.45% -
HSV(B) 344.41º 1% 0.89% -
XYZ 32.82 16.84 5.8 -
YUV 75.6 119.21 236.7 -
System Red Green Blue C M Y K H S L
Decimal 228 1 60 0 1.00 0.74 0.11 344.41 0.99 0.45
Hex E4 1 3C 0 64 4A B 158 63 2D
Octal 344 1 74 0 144 112 13 530 143 55
Binary 11100100 1 111100 0 1100100 1001010 1011 101011000 1100011 101101

Color Harmonies of #E4013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4013C

Black with #E4013C

Text Example


Text Example

White with #E4013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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