Html Css Color HEX #E20038 Crimson

📋 copy color: '#E20038'

red 226 ◦ green 0 ◦ blue 56

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

Shades of Crimson #E20038

Tints of Crimson #E20038

RGB

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

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

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

R = 80.14%
G = 0%
B = 19.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E20038 (or 0xE20038) is known color: Crimson. HEX triplet: E2, 00 and 38. RGB value is (226,0,56). Sum of RGB (Red+Green+Blue) = 226+0+56=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E20038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20038 is #1DFFC7. Grayscale: #494949. Windows color (decimal): -1966024 or 3670242. OLE color: 3670242.

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

Color convert

RGB 226 0 56 -
CMYK 0 1 0.75 0.11
HSL 345.13º 1% 0.44% -
HSV(B) 345.13º 1% 0.89% -
XYZ 32.08 16.45 5.23 -
YUV 73.96 117.87 236.45 -
System Red Green Blue C M Y K H S L
Decimal 226 0 56 0 1 0.75 0.11 345.13 1 0.44
Hex E2 0 38 0 64 4B B 159 64 2C
Octal 342 0 70 0 144 113 13 531 144 54
Binary 11100010 0 111000 0 1100100 1001011 1011 101011001 1100100 101100

Color Harmonies of #E20038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20038

Black with #E20038

Text Example


Text Example

White with #E20038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20038; }

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

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

background-color css

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

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

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

border-color css

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

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

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