Html Css Color HEX #E01442 Crimson

📋 copy color: '#E01442'

red 224 ◦ green 20 ◦ blue 66

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

Shades of Crimson #E01442

Tints of Crimson #E01442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 72.26%
G = 6.45%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01442 (or 0xE01442) is known color: Crimson. HEX triplet: E0, 14 and 42. RGB value is (224,20,66). Sum of RGB (Red+Green+Blue) = 224+20+66=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E01442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01442 is #1FEBBD. Grayscale: #565656. Windows color (decimal): -2091966 or 4330720. OLE color: 4330720.

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

Color convert

RGB 224 20 66 -
CMYK 0 0.91 0.71 0.12
HSL 346.47º 0.84% 0.48% -
HSV(B) 346.47º 0.91% 0.88% -
XYZ 31.97 16.74 6.7 -
YUV 86.24 116.59 226.26 -
System Red Green Blue C M Y K H S L
Decimal 224 20 66 0 0.91 0.71 0.12 346.47 0.84 0.48
Hex E0 14 42 0 5B 47 C 15A 54 30
Octal 340 24 102 0 133 107 14 532 124 60
Binary 11100000 10100 1000010 0 1011011 1000111 1100 101011010 1010100 110000

Color Harmonies of #E01442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01442

Black with #E01442

Text Example


Text Example

White with #E01442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01442; }

 p { color: rgb(224,20,66); }

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

background-color css

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

 a { background-color: rgb(224,20,66); }

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

border-color css

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

 span { border-color: rgb(224,20,66); }

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