Html Css Color HEX #E0012C Crimson

📋 copy color: '#E0012C'

red 224 ◦ green 1 ◦ blue 44

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

Shades of Crimson #E0012C

Tints of Crimson #E0012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 83.27%
G = 0.37%
B = 16.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0012C (or 0xE0012C) is known color: Crimson. HEX triplet: E0, 01 and 2C. RGB value is (224,1,44). Sum of RGB (Red+Green+Blue) = 224+1+44=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E0012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0012C is #1FFED3. Grayscale: #484848. Windows color (decimal): -2096852 or 2884064. OLE color: 2884064.

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

Color convert

RGB 224 1 44 -
CMYK 0 1.00 0.80 0.12
HSL 348.43º 0.99% 0.44% -
HSV(B) 348.43º 1% 0.88% -
XYZ 31.21 16.05 3.84 -
YUV 72.58 111.88 236 -
System Red Green Blue C M Y K H S L
Decimal 224 1 44 0 1.00 0.80 0.12 348.43 0.99 0.44
Hex E0 1 2C 0 64 50 C 15C 63 2C
Octal 340 1 54 0 144 120 14 534 143 54
Binary 11100000 1 101100 0 1100100 1010000 1100 101011100 1100011 101100

Color Harmonies of #E0012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0012C

Black with #E0012C

Text Example


Text Example

White with #E0012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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