Html Css Color HEX #E01344 Crimson

📋 copy color: '#E01344'

red 224 ◦ green 19 ◦ blue 68

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

Shades of Crimson #E01344

Tints of Crimson #E01344

RGB

 RED value IS 224 (87.89% from 255) = 72.03%

 GREEN value IS 19 (7.81% from 255) = 6.11%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 72.03%
G = 6.11%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E01344 (or 0xE01344) is known color: Crimson. HEX triplet: E0, 13 and 44. RGB value is (224,19,68). Sum of RGB (Red+Green+Blue) = 224+19+68=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E01344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01344 is #1FECBB. Grayscale: #555555. Windows color (decimal): -2092220 or 4461536. OLE color: 4461536.

HSL color Cylindrical-coordinate representation of color #E01344: hue angle of 345.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01344 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 68 -
CMYK 0 0.92 0.70 0.12
HSL 345.66º 0.84% 0.48% -
HSV(B) 345.66º 0.92% 0.88% -
XYZ 32.02 16.73 7.01 -
YUV 85.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 224 19 68 0 0.92 0.70 0.12 345.66 0.84 0.48
Hex E0 13 44 0 5C 46 C 15A 54 30
Octal 340 23 104 0 134 106 14 532 124 60
Binary 11100000 10011 1000100 0 1011100 1000110 1100 101011010 1010100 110000

Color Harmonies of #E01344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01344

Black with #E01344

Text Example


Text Example

White with #E01344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01344; }

 p { color: rgb(224,19,68); }

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

background-color css

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

 a { background-color: rgb(224,19,68); }

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

border-color css

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

 span { border-color: rgb(224,19,68); }

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