Html Css Color HEX #E21238 Crimson

📋 copy color: '#E21238'

red 226 ◦ green 18 ◦ blue 56

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

Shades of Crimson #E21238

Tints of Crimson #E21238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 75.33%
G = 6%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E21238 (or 0xE21238) is known color: Crimson. HEX triplet: E2, 12 and 38. RGB value is (226,18,56). Sum of RGB (Red+Green+Blue) = 226+18+56=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E21238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21238 is #1DEDC7. Grayscale: #545454. Windows color (decimal): -1961416 or 3674850. OLE color: 3674850.

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

Color convert

RGB 226 18 56 -
CMYK 0 0.92 0.75 0.11
HSL 349.04º 0.85% 0.48% -
HSV(B) 349.04º 0.92% 0.89% -
XYZ 32.29 16.89 5.3 -
YUV 84.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 226 18 56 0 0.92 0.75 0.11 349.04 0.85 0.48
Hex E2 12 38 0 5C 4B B 15D 55 30
Octal 342 22 70 0 134 113 13 535 125 60
Binary 11100010 10010 111000 0 1011100 1001011 1011 101011101 1010101 110000

Color Harmonies of #E21238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21238

Black with #E21238

Text Example


Text Example

White with #E21238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21238; }

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

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

background-color css

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

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

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

border-color css

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

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

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