Html Css Color HEX #E01242 Crimson

📋 copy color: '#E01242'

red 224 ◦ green 18 ◦ blue 66

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

Shades of Crimson #E01242

Tints of Crimson #E01242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 72.73%
G = 5.84%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01242 (or 0xE01242) is known color: Crimson. HEX triplet: E0, 12 and 42. RGB value is (224,18,66). Sum of RGB (Red+Green+Blue) = 224+18+66=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E01242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01242 is #1FEDBD. Grayscale: #555555. Windows color (decimal): -2092478 or 4330208. OLE color: 4330208.

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

Color convert

RGB 224 18 66 -
CMYK 0 0.92 0.71 0.12
HSL 346.02º 0.85% 0.47% -
HSV(B) 346.02º 0.92% 0.88% -
XYZ 31.94 16.67 6.69 -
YUV 85.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 224 18 66 0 0.92 0.71 0.12 346.02 0.85 0.47
Hex E0 12 42 0 5C 47 C 15A 55 2F
Octal 340 22 102 0 134 107 14 532 125 57
Binary 11100000 10010 1000010 0 1011100 1000111 1100 101011010 1010101 101111

Color Harmonies of #E01242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01242

Black with #E01242

Text Example


Text Example

White with #E01242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01242; }

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

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

background-color css

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

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

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

border-color css

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

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

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