Html Css Color HEX #E00144 Crimson

📋 copy color: '#E00144'

red 224 ◦ green 1 ◦ blue 68

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

Shades of Crimson #E00144

Tints of Crimson #E00144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 76.45%
G = 0.34%
B = 23.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E00144 (or 0xE00144) is known color: Crimson. HEX triplet: E0, 01 and 44. RGB value is (224,1,68). Sum of RGB (Red+Green+Blue) = 224+1+68=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E00144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00144 is #1FFEBB. Grayscale: #4B4B4B. Windows color (decimal): -2096828 or 4456928. OLE color: 4456928.

HSL color Cylindrical-coordinate representation of color #E00144: hue angle of 341.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00144 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 68 -
CMYK 0 1.00 0.70 0.12
HSL 341.97º 0.99% 0.44% -
HSV(B) 341.97º 1% 0.88% -
XYZ 31.79 16.29 6.94 -
YUV 75.32 123.88 234.05 -
System Red Green Blue C M Y K H S L
Decimal 224 1 68 0 1.00 0.70 0.12 341.97 0.99 0.44
Hex E0 1 44 0 64 46 C 156 63 2C
Octal 340 1 104 0 144 106 14 526 143 54
Binary 11100000 1 1000100 0 1100100 1000110 1100 101010110 1100011 101100

Color Harmonies of #E00144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00144

Black with #E00144

Text Example


Text Example

White with #E00144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00144; }

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

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

background-color css

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

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

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

border-color css

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

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

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