Html Css Color HEX #E2003E Crimson

📋 copy color: '#E2003E'

red 226 ◦ green 0 ◦ blue 62

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

Shades of Crimson #E2003E

Tints of Crimson #E2003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 78.47%
G = 0%
B = 21.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2003E (or 0xE2003E) is known color: Crimson. HEX triplet: E2, 00 and 3E. RGB value is (226,0,62). Sum of RGB (Red+Green+Blue) = 226+0+62=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2003E is #1DFFC1. Grayscale: #4A4A4A. Windows color (decimal): -1966018 or 4063458. OLE color: 4063458.

HSL color Cylindrical-coordinate representation of color #E2003E: hue angle of 343.54º 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 #E2003E is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 62 -
CMYK 0 1 0.73 0.11
HSL 343.54º 1% 0.44% -
HSV(B) 343.54º 1% 0.89% -
XYZ 32.23 16.52 6.05 -
YUV 74.64 120.87 235.96 -
System Red Green Blue C M Y K H S L
Decimal 226 0 62 0 1 0.73 0.11 343.54 1 0.44
Hex E2 0 3E 0 64 49 B 158 64 2C
Octal 342 0 76 0 144 111 13 530 144 54
Binary 11100010 0 111110 0 1100100 1001001 1011 101011000 1100100 101100

Color Harmonies of #E2003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2003E

Black with #E2003E

Text Example


Text Example

White with #E2003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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