Html Css Color HEX #E20145 Crimson

📋 copy color: '#E20145'

red 226 ◦ green 1 ◦ blue 69

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

Shades of Crimson #E20145

Tints of Crimson #E20145

RGB

 RED value IS 226 (88.67% from 255) = 76.35%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 76.35%
G = 0.34%
B = 23.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E20145 (or 0xE20145) is known color: Crimson. HEX triplet: E2, 01 and 45. RGB value is (226,1,69). Sum of RGB (Red+Green+Blue) = 226+1+69=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E20145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20145 is #1DFEBA. Grayscale: #4B4B4B. Windows color (decimal): -1965755 or 4522466. OLE color: 4522466.

HSL color Cylindrical-coordinate representation of color #E20145: hue angle of 341.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20145 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 69 -
CMYK 0 1.00 0.69 0.11
HSL 341.87º 0.99% 0.45% -
HSV(B) 341.87º 1% 0.89% -
XYZ 32.45 16.62 7.13 -
YUV 76.03 124.04 234.97 -
System Red Green Blue C M Y K H S L
Decimal 226 1 69 0 1.00 0.69 0.11 341.87 0.99 0.45
Hex E2 1 45 0 64 45 B 156 63 2D
Octal 342 1 105 0 144 105 13 526 143 55
Binary 11100010 1 1000101 0 1100100 1000101 1011 101010110 1100011 101101

Color Harmonies of #E20145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20145

Black with #E20145

Text Example


Text Example

White with #E20145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20145; }

 p { color: rgb(226,1,69); }

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

background-color css

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

 a { background-color: rgb(226,1,69); }

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

border-color css

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

 span { border-color: rgb(226,1,69); }

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