Html Css Color HEX #E1003B Crimson

📋 copy color: '#E1003B'

red 225 ◦ green 0 ◦ blue 59

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

Shades of Crimson #E1003B

Tints of Crimson #E1003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 79.23%
G = 0%
B = 20.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1003B (or 0xE1003B) is known color: Crimson. HEX triplet: E1, 00 and 3B. RGB value is (225,0,59). Sum of RGB (Red+Green+Blue) = 225+0+59=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E1003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1003B is #1EFFC4. Grayscale: #494949. Windows color (decimal): -2031557 or 3866849. OLE color: 3866849.

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

Color convert

RGB 225 0 59 -
CMYK 0 1 0.74 0.12
HSL 344.27º 1% 0.44% -
HSV(B) 344.27º 1% 0.88% -
XYZ 31.84 16.32 5.61 -
YUV 74 119.54 235.7 -
System Red Green Blue C M Y K H S L
Decimal 225 0 59 0 1 0.74 0.12 344.27 1 0.44
Hex E1 0 3B 0 64 4A C 158 64 2C
Octal 341 0 73 0 144 112 14 530 144 54
Binary 11100001 0 111011 0 1100100 1001010 1100 101011000 1100100 101100

Color Harmonies of #E1003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1003B

Black with #E1003B

Text Example


Text Example

White with #E1003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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