Html Css Color HEX #E1023C Crimson

📋 copy color: '#E1023C'

red 225 ◦ green 2 ◦ blue 60

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

Shades of Crimson #E1023C

Tints of Crimson #E1023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 78.4%
G = 0.7%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1023C (or 0xE1023C) is known color: Crimson. HEX triplet: E1, 02 and 3C. RGB value is (225,2,60). Sum of RGB (Red+Green+Blue) = 225+2+60=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1023C is #1EFDC3. Grayscale: #4B4B4B. Windows color (decimal): -2031044 or 3932897. OLE color: 3932897.

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

Color convert

RGB 225 2 60 -
CMYK 0 0.99 0.73 0.12
HSL 344.39º 0.98% 0.45% -
HSV(B) 344.39º 0.99% 0.88% -
XYZ 31.89 16.38 5.76 -
YUV 75.29 119.38 234.78 -
System Red Green Blue C M Y K H S L
Decimal 225 2 60 0 0.99 0.73 0.12 344.39 0.98 0.45
Hex E1 2 3C 0 63 49 C 158 62 2D
Octal 341 2 74 0 143 111 14 530 142 55
Binary 11100001 10 111100 0 1100011 1001001 1100 101011000 1100010 101101

Color Harmonies of #E1023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1023C

Black with #E1023C

Text Example


Text Example

White with #E1023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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