Html Css Color HEX #E1023B Crimson

📋 copy color: '#E1023B'

red 225 ◦ green 2 ◦ blue 59

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

Shades of Crimson #E1023B

Tints of Crimson #E1023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 78.67%
G = 0.7%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1023B (or 0xE1023B) is known color: Crimson. HEX triplet: E1, 02 and 3B. RGB value is (225,2,59). Sum of RGB (Red+Green+Blue) = 225+2+59=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E1023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1023B is #1EFDC4. Grayscale: #4B4B4B. Windows color (decimal): -2031045 or 3867361. OLE color: 3867361.

HSL color Cylindrical-coordinate representation of color #E1023B: hue angle of 344.66º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1023B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 59 -
CMYK 0 0.99 0.74 0.12
HSL 344.66º 0.98% 0.45% -
HSV(B) 344.66º 0.99% 0.88% -
XYZ 31.86 16.37 5.62 -
YUV 75.18 118.88 234.87 -
System Red Green Blue C M Y K H S L
Decimal 225 2 59 0 0.99 0.74 0.12 344.66 0.98 0.45
Hex E1 2 3B 0 63 4A C 159 62 2D
Octal 341 2 73 0 143 112 14 531 142 55
Binary 11100001 10 111011 0 1100011 1001010 1100 101011001 1100010 101101

Color Harmonies of #E1023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1023B

Black with #E1023B

Text Example


Text Example

White with #E1023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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