Html Css Color HEX #E0194B Crimson

📋 copy color: '#E0194B'

red 224 ◦ green 25 ◦ blue 75

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

Shades of Crimson #E0194B

Tints of Crimson #E0194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 69.14%
G = 7.72%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0194B (or 0xE0194B) is known color: Crimson. HEX triplet: E0, 19 and 4B. RGB value is (224,25,75). Sum of RGB (Red+Green+Blue) = 224+25+75=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0194B is #1FE6B4. Grayscale: #5A5A5A. Windows color (decimal): -2090677 or 4921824. OLE color: 4921824.

HSL color Cylindrical-coordinate representation of color #E0194B: hue angle of 344.92º 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 #E0194B is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 75 -
CMYK 0 0.89 0.67 0.12
HSL 344.92º 0.8% 0.49% -
HSV(B) 344.92º 0.89% 0.88% -
XYZ 32.36 17.05 8.24 -
YUV 90.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 224 25 75 0 0.89 0.67 0.12 344.92 0.8 0.49
Hex E0 19 4B 0 59 43 C 159 50 31
Octal 340 31 113 0 131 103 14 531 120 61
Binary 11100000 11001 1001011 0 1011001 1000011 1100 101011001 1010000 110001

Color Harmonies of #E0194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0194B

Black with #E0194B

Text Example


Text Example

White with #E0194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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