Html Css Color HEX #E0174D Crimson

📋 copy color: '#E0174D'

red 224 ◦ green 23 ◦ blue 77

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

Shades of Crimson #E0174D

Tints of Crimson #E0174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 69.14%
G = 7.1%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0174D (or 0xE0174D) is known color: Crimson. HEX triplet: E0, 17 and 4D. RGB value is (224,23,77). Sum of RGB (Red+Green+Blue) = 224+23+77=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0174D is #1FE8B2. Grayscale: #595959. Windows color (decimal): -2091187 or 5052384. OLE color: 5052384.

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

Color convert

RGB 224 23 77 -
CMYK 0 0.90 0.66 0.12
HSL 343.88º 0.81% 0.48% -
HSV(B) 343.88º 0.9% 0.88% -
XYZ 32.39 17 8.59 -
YUV 89.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 224 23 77 0 0.90 0.66 0.12 343.88 0.81 0.48
Hex E0 17 4D 0 5A 42 C 158 51 30
Octal 340 27 115 0 132 102 14 530 121 60
Binary 11100000 10111 1001101 0 1011010 1000010 1100 101011000 1010001 110000

Color Harmonies of #E0174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0174D

Black with #E0174D

Text Example


Text Example

White with #E0174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0174D; }

 p { color: rgb(224,23,77); }

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

background-color css

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

 a { background-color: rgb(224,23,77); }

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

border-color css

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

 span { border-color: rgb(224,23,77); }

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