#E21A38

Color #E21A38 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E21A38

Tints of Crimson #E21A38

Color information

#E21A38 (or 0xE21A38) is unknown color: approx Crimson. HEX triplet: E2, 1A and 38. RGB value is (226,26,56). Sum of RGB (Red+Green+Blue) = 226+26+56=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21A38 is #1DE5C7. Grayscale: #595959. Windows color (decimal): -1959368 or 3676898. OLE color: 3676898.

HSL color Cylindrical-coordinate representation of color #E21A38: hue angle of 351º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A38 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB2262656-
CMYK00.880.750.11
HSL351º79.37%49.41%-
HSV(B)351º88.5%88.63%-
XYZ32.4517.195.35-
YUV89.22109.26225.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 73.38%
GREEN value IS 26 (10.55% from 255) = 8.44%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=73.38%
G=8.44%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226265600.880.750.1135179.3749.41
HexE21A380584BB15f4f31
Octal342327001301131353711761
Binary111000101101011100001011000100101110111010111111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21A38; }

 p { color: rgb(226,26,56); }

 H1.HeaderClassName
 {
   color: #E21A38;
 }
 .AnyTagClassName
 {
   color: #E21A38;
 }
</style>
background-color css

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

 a { background-color: rgb(226,26,56); }

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

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

 span { border-color: rgb(226,26,56); }

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