Html Css Color HEX #E71228 Crimson

📋 copy color: '#E71228'

red 231 ◦ green 18 ◦ blue 40

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

Shades of Crimson #E71228

Tints of Crimson #E71228

RGB

 RED value IS 231 (90.63% from 255) = 79.93%

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 79.93%
G = 6.23%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E71228 (or 0xE71228) is known color: Crimson. HEX triplet: E7, 12 and 28. RGB value is (231,18,40). Sum of RGB (Red+Green+Blue) = 231+18+40=289 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.93% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 231 - color contains mainly: red. Hex color #E71228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71228 is #18EDD7. Grayscale: #545454. Windows color (decimal): -1633752 or 2626279. OLE color: 2626279.

HSL color Cylindrical-coordinate representation of color #E71228: hue angle of 353.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71228 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 40 -
CMYK 0 0.92 0.83 0.09
HSL 353.8º 0.86% 0.49% -
HSV(B) 353.8º 0.92% 0.91% -
XYZ 33.55 17.57 3.63 -
YUV 84.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 231 18 40 0 0.92 0.83 0.09 353.8 0.86 0.49
Hex E7 12 28 0 5C 53 9 162 56 31
Octal 347 22 50 0 134 123 11 542 126 61
Binary 11100111 10010 101000 0 1011100 1010011 1001 101100010 1010110 110001

Color Harmonies of #E71228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71228

Black with #E71228

Text Example


Text Example

White with #E71228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71228; }

 p { color: rgb(231,18,40); }

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

background-color css

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

 a { background-color: rgb(231,18,40); }

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

border-color css

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

 span { border-color: rgb(231,18,40); }

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