Html Css Color HEX #E01339 Crimson

📋 copy color: '#E01339'

red 224 ◦ green 19 ◦ blue 57

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

Shades of Crimson #E01339

Tints of Crimson #E01339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19%

R = 74.67%
G = 6.33%
B = 19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01339 (or 0xE01339) is known color: Crimson. HEX triplet: E0, 13 and 39. RGB value is (224,19,57). Sum of RGB (Red+Green+Blue) = 224+19+57=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E01339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01339 is #1FECC6. Grayscale: #545454. Windows color (decimal): -2092231 or 3740640. OLE color: 3740640.

HSL color Cylindrical-coordinate representation of color #E01339: hue angle of 348.88º 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 #E01339 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 57 -
CMYK 0 0.92 0.75 0.12
HSL 348.88º 0.84% 0.48% -
HSV(B) 348.88º 0.92% 0.88% -
XYZ 31.71 16.61 5.41 -
YUV 84.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 224 19 57 0 0.92 0.75 0.12 348.88 0.84 0.48
Hex E0 13 39 0 5C 4B C 15D 54 30
Octal 340 23 71 0 134 113 14 535 124 60
Binary 11100000 10011 111001 0 1011100 1001011 1100 101011101 1010100 110000

Color Harmonies of #E01339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01339

Black with #E01339

Text Example


Text Example

White with #E01339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01339; }

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

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

background-color css

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

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

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

border-color css

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

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

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