Html Css Color HEX #E0174B Crimson

📋 copy color: '#E0174B'

red 224 ◦ green 23 ◦ blue 75

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

Shades of Crimson #E0174B

Tints of Crimson #E0174B

RGB

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

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

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

R = 69.57%
G = 7.14%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0174B (or 0xE0174B) is known color: Crimson. HEX triplet: E0, 17 and 4B. RGB value is (224,23,75). Sum of RGB (Red+Green+Blue) = 224+23+75=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0174B is #1FE8B4. Grayscale: #595959. Windows color (decimal): -2091189 or 4921312. OLE color: 4921312.

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

Color convert

RGB 224 23 75 -
CMYK 0 0.90 0.67 0.12
HSL 344.48º 0.81% 0.48% -
HSV(B) 344.48º 0.9% 0.88% -
XYZ 32.32 16.97 8.23 -
YUV 89.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 224 23 75 0 0.90 0.67 0.12 344.48 0.81 0.48
Hex E0 17 4B 0 5A 43 C 158 51 30
Octal 340 27 113 0 132 103 14 530 121 60
Binary 11100000 10111 1001011 0 1011010 1000011 1100 101011000 1010001 110000

Color Harmonies of #E0174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0174B

Black with #E0174B

Text Example


Text Example

White with #E0174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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