Html Css Color HEX #E01043 Crimson

📋 copy color: '#E01043'

red 224 ◦ green 16 ◦ blue 67

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

Shades of Crimson #E01043

Tints of Crimson #E01043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 67 (26.56% from 255) = 21.82%

R = 72.96%
G = 5.21%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E01043 (or 0xE01043) is known color: Crimson. HEX triplet: E0, 10 and 43. RGB value is (224,16,67). Sum of RGB (Red+Green+Blue) = 224+16+67=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E01043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01043 is #1FEFBC. Grayscale: #545454. Windows color (decimal): -2092989 or 4395232. OLE color: 4395232.

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

Color convert

RGB 224 16 67 -
CMYK 0 0.93 0.70 0.12
HSL 345.29º 0.87% 0.47% -
HSV(B) 345.29º 0.93% 0.88% -
XYZ 31.94 16.62 6.84 -
YUV 84.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 224 16 67 0 0.93 0.70 0.12 345.29 0.87 0.47
Hex E0 10 43 0 5D 46 C 159 57 2F
Octal 340 20 103 0 135 106 14 531 127 57
Binary 11100000 10000 1000011 0 1011101 1000110 1100 101011001 1010111 101111

Color Harmonies of #E01043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01043

Black with #E01043

Text Example


Text Example

White with #E01043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01043; }

 p { color: rgb(224,16,67); }

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

background-color css

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

 a { background-color: rgb(224,16,67); }

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

border-color css

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

 span { border-color: rgb(224,16,67); }

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