Html Css Color HEX #E01E44 Crimson

📋 copy color: '#E01E44'

red 224 ◦ green 30 ◦ blue 68

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

Shades of Crimson #E01E44

Tints of Crimson #E01E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 69.57%
G = 9.32%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E01E44 (or 0xE01E44) is known color: Crimson. HEX triplet: E0, 1E and 44. RGB value is (224,30,68). Sum of RGB (Red+Green+Blue) = 224+30+68=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E44 is #1FE1BB. Grayscale: #5C5C5C. Windows color (decimal): -2089404 or 4464352. OLE color: 4464352.

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

Color convert

RGB 224 30 68 -
CMYK 0 0.87 0.70 0.12
HSL 348.25º 0.76% 0.5% -
HSV(B) 348.25º 0.87% 0.88% -
XYZ 32.25 17.19 7.09 -
YUV 92.34 114.27 221.91 -
System Red Green Blue C M Y K H S L
Decimal 224 30 68 0 0.87 0.70 0.12 348.25 0.76 0.5
Hex E0 1E 44 0 57 46 C 15C 4C 32
Octal 340 36 104 0 127 106 14 534 114 62
Binary 11100000 11110 1000100 0 1010111 1000110 1100 101011100 1001100 110010

Color Harmonies of #E01E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E44

Black with #E01E44

Text Example


Text Example

White with #E01E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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