Html Css Color HEX #E0164B Crimson

📋 copy color: '#E0164B'

red 224 ◦ green 22 ◦ blue 75

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

Shades of Crimson #E0164B

Tints of Crimson #E0164B

RGB

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

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

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

R = 69.78%
G = 6.85%
B = 23.36%

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

#E0164B (or 0xE0164B) is known color: Crimson. HEX triplet: E0, 16 and 4B. RGB value is (224,22,75). Sum of RGB (Red+Green+Blue) = 224+22+75=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0164B is #1FE9B4. Grayscale: #585858. Windows color (decimal): -2091445 or 4921056. OLE color: 4921056.

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

Color convert

RGB 224 22 75 -
CMYK 0 0.90 0.67 0.12
HSL 344.26º 0.82% 0.48% -
HSV(B) 344.26º 0.9% 0.88% -
XYZ 32.3 16.93 8.22 -
YUV 88.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 224 22 75 0 0.90 0.67 0.12 344.26 0.82 0.48
Hex E0 16 4B 0 5A 43 C 158 52 30
Octal 340 26 113 0 132 103 14 530 122 60
Binary 11100000 10110 1001011 0 1011010 1000011 1100 101011000 1010010 110000

Color Harmonies of #E0164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0164B

Black with #E0164B

Text Example


Text Example

White with #E0164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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