Html Css Color HEX #E10242 Crimson

📋 copy color: '#E10242'

red 225 ◦ green 2 ◦ blue 66

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

Shades of Crimson #E10242

Tints of Crimson #E10242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 76.79%
G = 0.68%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E10242 (or 0xE10242) is known color: Crimson. HEX triplet: E1, 02 and 42. RGB value is (225,2,66). Sum of RGB (Red+Green+Blue) = 225+2+66=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E10242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10242 is #1EFDBD. Grayscale: #4B4B4B. Windows color (decimal): -2031038 or 4326113. OLE color: 4326113.

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

Color convert

RGB 225 2 66 -
CMYK 0 0.99 0.71 0.12
HSL 342.78º 0.98% 0.45% -
HSV(B) 342.78º 0.99% 0.88% -
XYZ 32.06 16.44 6.64 -
YUV 75.97 122.38 234.3 -
System Red Green Blue C M Y K H S L
Decimal 225 2 66 0 0.99 0.71 0.12 342.78 0.98 0.45
Hex E1 2 42 0 63 47 C 157 62 2D
Octal 341 2 102 0 143 107 14 527 142 55
Binary 11100001 10 1000010 0 1100011 1000111 1100 101010111 1100010 101101

Color Harmonies of #E10242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10242

Black with #E10242

Text Example


Text Example

White with #E10242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10242; }

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

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

background-color css

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

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

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

border-color css

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

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

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