Html Css Color HEX #E10842 Crimson

📋 copy color: '#E10842'

red 225 ◦ green 8 ◦ blue 66

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

Shades of Crimson #E10842

Tints of Crimson #E10842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 75.25%
G = 2.68%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E10842 (or 0xE10842) is known color: Crimson. HEX triplet: E1, 08 and 42. RGB value is (225,8,66). Sum of RGB (Red+Green+Blue) = 225+8+66=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E10842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10842 is #1EF7BD. Grayscale: #4F4F4F. Windows color (decimal): -2029502 or 4327649. OLE color: 4327649.

HSL color Cylindrical-coordinate representation of color #E10842: hue angle of 343.96º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10842 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 8 66 -
CMYK 0 0.96 0.71 0.12
HSL 343.96º 0.93% 0.46% -
HSV(B) 343.96º 0.96% 0.88% -
XYZ 32.12 16.57 6.66 -
YUV 79.5 120.39 231.78 -
System Red Green Blue C M Y K H S L
Decimal 225 8 66 0 0.96 0.71 0.12 343.96 0.93 0.46
Hex E1 8 42 0 60 47 C 158 5D 2E
Octal 341 10 102 0 140 107 14 530 135 56
Binary 11100001 1000 1000010 0 1100000 1000111 1100 101011000 1011101 101110

Color Harmonies of #E10842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10842

Black with #E10842

Text Example


Text Example

White with #E10842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10842; }

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

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

background-color css

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

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

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

border-color css

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

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

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