Html Css Color HEX #E01331 Crimson

📋 copy color: '#E01331'

red 224 ◦ green 19 ◦ blue 49

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

Shades of Crimson #E01331

Tints of Crimson #E01331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 76.71%
G = 6.51%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01331 (or 0xE01331) is known color: Crimson. HEX triplet: E0, 13 and 31. RGB value is (224,19,49). Sum of RGB (Red+Green+Blue) = 224+19+49=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E01331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01331 is #1FECCE. Grayscale: #535353. Windows color (decimal): -2092239 or 3216352. OLE color: 3216352.

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

Color convert

RGB 224 19 49 -
CMYK 0 0.92 0.78 0.12
HSL 351.22º 0.84% 0.48% -
HSV(B) 351.22º 0.92% 0.88% -
XYZ 31.53 16.53 4.44 -
YUV 83.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 224 19 49 0 0.92 0.78 0.12 351.22 0.84 0.48
Hex E0 13 31 0 5C 4E C 15F 54 30
Octal 340 23 61 0 134 116 14 537 124 60
Binary 11100000 10011 110001 0 1011100 1001110 1100 101011111 1010100 110000

Color Harmonies of #E01331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01331

Black with #E01331

Text Example


Text Example

White with #E01331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01331; }

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

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

background-color css

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

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

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

border-color css

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

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

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