Html Css Color HEX #E20327 Crimson

📋 copy color: '#E20327'

red 226 ◦ green 3 ◦ blue 39

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

Shades of Crimson #E20327

Tints of Crimson #E20327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 84.33%
G = 1.12%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E20327 (or 0xE20327) is known color: Crimson. HEX triplet: E2, 03 and 27. RGB value is (226,3,39). Sum of RGB (Red+Green+Blue) = 226+3+39=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E20327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20327 is #1DFCD8. Grayscale: #494949. Windows color (decimal): -1965273 or 2556898. OLE color: 2556898.

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

Color convert

RGB 226 3 39 -
CMYK 0 0.99 0.83 0.11
HSL 350.31º 0.97% 0.45% -
HSV(B) 350.31º 0.99% 0.89% -
XYZ 31.76 16.38 3.41 -
YUV 73.78 108.38 236.57 -
System Red Green Blue C M Y K H S L
Decimal 226 3 39 0 0.99 0.83 0.11 350.31 0.97 0.45
Hex E2 3 27 0 63 53 B 15E 61 2D
Octal 342 3 47 0 143 123 13 536 141 55
Binary 11100010 11 100111 0 1100011 1010011 1011 101011110 1100001 101101

Color Harmonies of #E20327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20327

Black with #E20327

Text Example


Text Example

White with #E20327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20327; }

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

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

background-color css

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

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

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

border-color css

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

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

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