Html Css Color HEX #E0134C Crimson

📋 copy color: '#E0134C'

red 224 ◦ green 19 ◦ blue 76

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

Shades of Crimson #E0134C

Tints of Crimson #E0134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 70.22%
G = 5.96%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0134C (or 0xE0134C) is known color: Crimson. HEX triplet: E0, 13 and 4C. RGB value is (224,19,76). Sum of RGB (Red+Green+Blue) = 224+19+76=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0134C is #1FECB3. Grayscale: #565656. Windows color (decimal): -2092212 or 4985824. OLE color: 4985824.

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

Color convert

RGB 224 19 76 -
CMYK 0 0.92 0.66 0.12
HSL 343.32º 0.84% 0.48% -
HSV(B) 343.32º 0.92% 0.88% -
XYZ 32.28 16.83 8.39 -
YUV 86.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 224 19 76 0 0.92 0.66 0.12 343.32 0.84 0.48
Hex E0 13 4C 0 5C 42 C 157 54 30
Octal 340 23 114 0 134 102 14 527 124 60
Binary 11100000 10011 1001100 0 1011100 1000010 1100 101010111 1010100 110000

Color Harmonies of #E0134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0134C

Black with #E0134C

Text Example


Text Example

White with #E0134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0134C; }

 p { color: rgb(224,19,76); }

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

background-color css

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

 a { background-color: rgb(224,19,76); }

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

border-color css

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

 span { border-color: rgb(224,19,76); }

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