Html Css Color HEX #E0194C Crimson

📋 copy color: '#E0194C'

red 224 ◦ green 25 ◦ blue 76

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

Shades of Crimson #E0194C

Tints of Crimson #E0194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

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

R = 68.92%
G = 7.69%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0194C (or 0xE0194C) is known color: Crimson. HEX triplet: E0, 19 and 4C. RGB value is (224,25,76). Sum of RGB (Red+Green+Blue) = 224+25+76=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0194C is #1FE6B3. Grayscale: #5A5A5A. Windows color (decimal): -2090676 or 4987360. OLE color: 4987360.

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

Color convert

RGB 224 25 76 -
CMYK 0 0.89 0.66 0.12
HSL 344.62º 0.8% 0.49% -
HSV(B) 344.62º 0.89% 0.88% -
XYZ 32.39 17.06 8.42 -
YUV 90.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 224 25 76 0 0.89 0.66 0.12 344.62 0.8 0.49
Hex E0 19 4C 0 59 42 C 159 50 31
Octal 340 31 114 0 131 102 14 531 120 61
Binary 11100000 11001 1001100 0 1011001 1000010 1100 101011001 1010000 110001

Color Harmonies of #E0194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0194C

Black with #E0194C

Text Example


Text Example

White with #E0194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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