Html Css Color HEX #E4193C Crimson

📋 copy color: '#E4193C'

red 228 ◦ green 25 ◦ blue 60

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

Shades of Crimson #E4193C

Tints of Crimson #E4193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 72.84%
G = 7.99%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E4193C (or 0xE4193C) is known color: Crimson. HEX triplet: E4, 19 and 3C. RGB value is (228,25,60). Sum of RGB (Red+Green+Blue) = 228+25+60=313 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.84% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 228 - color contains mainly: red. Hex color #E4193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4193C is #1BE6C3. Grayscale: #595959. Windows color (decimal): -1828548 or 3938788. OLE color: 3938788.

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

Color convert

RGB 228 25 60 -
CMYK 0 0.89 0.74 0.11
HSL 349.66º 0.8% 0.5% -
HSV(B) 349.66º 0.89% 0.89% -
XYZ 33.16 17.52 5.91 -
YUV 89.69 111.25 226.65 -
System Red Green Blue C M Y K H S L
Decimal 228 25 60 0 0.89 0.74 0.11 349.66 0.8 0.5
Hex E4 19 3C 0 59 4A B 15E 50 32
Octal 344 31 74 0 131 112 13 536 120 62
Binary 11100100 11001 111100 0 1011001 1001010 1011 101011110 1010000 110010

Color Harmonies of #E4193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4193C

Black with #E4193C

Text Example


Text Example

White with #E4193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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