Html Css Color HEX #E0164A Crimson

📋 copy color: '#E0164A'

red 224 ◦ green 22 ◦ blue 74

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

Shades of Crimson #E0164A

Tints of Crimson #E0164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 70%
G = 6.88%
B = 23.13%

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

#E0164A (or 0xE0164A) is known color: Crimson. HEX triplet: E0, 16 and 4A. RGB value is (224,22,74). Sum of RGB (Red+Green+Blue) = 224+22+74=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0164A is #1FE9B5. Grayscale: #585858. Windows color (decimal): -2091446 or 4855520. OLE color: 4855520.

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

Color convert

RGB 224 22 74 -
CMYK 0 0.90 0.67 0.12
HSL 344.55º 0.82% 0.48% -
HSV(B) 344.55º 0.9% 0.88% -
XYZ 32.26 16.92 8.04 -
YUV 88.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 224 22 74 0 0.90 0.67 0.12 344.55 0.82 0.48
Hex E0 16 4A 0 5A 43 C 159 52 30
Octal 340 26 112 0 132 103 14 531 122 60
Binary 11100000 10110 1001010 0 1011010 1000011 1100 101011001 1010010 110000

Color Harmonies of #E0164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0164A

Black with #E0164A

Text Example


Text Example

White with #E0164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0164A; }

 p { color: rgb(224,22,74); }

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

background-color css

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

 a { background-color: rgb(224,22,74); }

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

border-color css

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

 span { border-color: rgb(224,22,74); }

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