Html Css Color HEX #E20527 Crimson

📋 copy color: '#E20527'

red 226 ◦ green 5 ◦ blue 39

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

Shades of Crimson #E20527

Tints of Crimson #E20527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 83.7%
G = 1.85%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E20527 (or 0xE20527) is known color: Crimson. HEX triplet: E2, 05 and 27. RGB value is (226,5,39). Sum of RGB (Red+Green+Blue) = 226+5+39=270 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.70% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 226 - color contains mainly: red. Hex color #E20527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20527 is #1DFAD8. Grayscale: #4B4B4B. Windows color (decimal): -1964761 or 2557410. OLE color: 2557410.

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

Color convert

RGB 226 5 39 -
CMYK 0 0.98 0.83 0.11
HSL 350.77º 0.96% 0.45% -
HSV(B) 350.77º 0.98% 0.89% -
XYZ 31.78 16.42 3.41 -
YUV 74.96 107.72 235.74 -
System Red Green Blue C M Y K H S L
Decimal 226 5 39 0 0.98 0.83 0.11 350.77 0.96 0.45
Hex E2 5 27 0 62 53 B 15F 60 2D
Octal 342 5 47 0 142 123 13 537 140 55
Binary 11100010 101 100111 0 1100010 1010011 1011 101011111 1100000 101101

Color Harmonies of #E20527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20527

Black with #E20527

Text Example


Text Example

White with #E20527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20527; }

 p { color: rgb(226,5,39); }

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

background-color css

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

 a { background-color: rgb(226,5,39); }

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

border-color css

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

 span { border-color: rgb(226,5,39); }

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