Html Css Color HEX #E40027 Crimson

📋 copy color: '#E40027'

red 228 ◦ green 0 ◦ blue 39

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

Shades of Crimson #E40027

Tints of Crimson #E40027

RGB

 RED value IS 228 (89.45% from 255) = 85.39%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 85.39%
G = 0%
B = 14.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E40027 (or 0xE40027) is known color: Crimson. HEX triplet: E4, 00 and 27. RGB value is (228,0,39). Sum of RGB (Red+Green+Blue) = 228+0+39=267 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.39% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 228 - color contains mainly: red. Hex color #E40027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40027 is #1BFFD8. Grayscale: #484848. Windows color (decimal): -1834969 or 2556132. OLE color: 2556132.

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

Color convert

RGB 228 0 39 -
CMYK 0 1 0.83 0.11
HSL 349.74º 1% 0.45% -
HSV(B) 349.74º 1% 0.89% -
XYZ 32.36 16.64 3.43 -
YUV 72.62 109.04 238.83 -
System Red Green Blue C M Y K H S L
Decimal 228 0 39 0 1 0.83 0.11 349.74 1 0.45
Hex E4 0 27 0 64 53 B 15E 64 2D
Octal 344 0 47 0 144 123 13 536 144 55
Binary 11100100 0 100111 0 1100100 1010011 1011 101011110 1100100 101101

Color Harmonies of #E40027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40027

Black with #E40027

Text Example


Text Example

White with #E40027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40027; }

 p { color: rgb(228,0,39); }

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

background-color css

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

 a { background-color: rgb(228,0,39); }

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

border-color css

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

 span { border-color: rgb(228,0,39); }

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