Html Css Color HEX #E01641 Crimson

📋 copy color: '#E01641'

red 224 ◦ green 22 ◦ blue 65

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

Shades of Crimson #E01641

Tints of Crimson #E01641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 72.03%
G = 7.07%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01641 (or 0xE01641) is known color: Crimson. HEX triplet: E0, 16 and 41. RGB value is (224,22,65). Sum of RGB (Red+Green+Blue) = 224+22+65=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E01641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01641 is #1FE9BE. Grayscale: #575757. Windows color (decimal): -2091455 or 4265696. OLE color: 4265696.

HSL color Cylindrical-coordinate representation of color #E01641: hue angle of 347.23º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01641 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 65 -
CMYK 0 0.90 0.71 0.12
HSL 347.23º 0.82% 0.48% -
HSV(B) 347.23º 0.9% 0.88% -
XYZ 31.98 16.8 6.56 -
YUV 87.3 115.42 225.5 -
System Red Green Blue C M Y K H S L
Decimal 224 22 65 0 0.90 0.71 0.12 347.23 0.82 0.48
Hex E0 16 41 0 5A 47 C 15B 52 30
Octal 340 26 101 0 132 107 14 533 122 60
Binary 11100000 10110 1000001 0 1011010 1000111 1100 101011011 1010010 110000

Color Harmonies of #E01641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01641

Black with #E01641

Text Example


Text Example

White with #E01641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01641; }

 p { color: rgb(224,22,65); }

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

background-color css

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

 a { background-color: rgb(224,22,65); }

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

border-color css

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

 span { border-color: rgb(224,22,65); }

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