Html Css Color HEX #E1003E Crimson

📋 copy color: '#E1003E'

red 225 ◦ green 0 ◦ blue 62

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

Shades of Crimson #E1003E

Tints of Crimson #E1003E

RGB

 RED value IS 225 (88.28% from 255) = 78.4%

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

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

R = 78.4%
G = 0%
B = 21.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1003E (or 0xE1003E) is known color: Crimson. HEX triplet: E1, 00 and 3E. RGB value is (225,0,62). Sum of RGB (Red+Green+Blue) = 225+0+62=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1003E is #1EFFC1. Grayscale: #4A4A4A. Windows color (decimal): -2031554 or 4063457. OLE color: 4063457.

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

Color convert

RGB 225 0 62 -
CMYK 0 1 0.72 0.12
HSL 343.47º 1% 0.44% -
HSV(B) 343.47º 1% 0.88% -
XYZ 31.92 16.36 6.03 -
YUV 74.34 121.04 235.46 -
System Red Green Blue C M Y K H S L
Decimal 225 0 62 0 1 0.72 0.12 343.47 1 0.44
Hex E1 0 3E 0 64 48 C 157 64 2C
Octal 341 0 76 0 144 110 14 527 144 54
Binary 11100001 0 111110 0 1100100 1001000 1100 101010111 1100100 101100

Color Harmonies of #E1003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1003E

Black with #E1003E

Text Example


Text Example

White with #E1003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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