Html Css Color HEX #E10844 Crimson

📋 copy color: '#E10844'

red 225 ◦ green 8 ◦ blue 68

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

Shades of Crimson #E10844

Tints of Crimson #E10844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 74.75%
G = 2.66%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E10844 (or 0xE10844) is known color: Crimson. HEX triplet: E1, 08 and 44. RGB value is (225,8,68). Sum of RGB (Red+Green+Blue) = 225+8+68=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E10844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10844 is #1EF7BB. Grayscale: #4F4F4F. Windows color (decimal): -2029500 or 4458721. OLE color: 4458721.

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

Color convert

RGB 225 8 68 -
CMYK 0 0.96 0.70 0.12
HSL 343.41º 0.93% 0.46% -
HSV(B) 343.41º 0.96% 0.88% -
XYZ 32.18 16.6 6.98 -
YUV 79.72 121.39 231.62 -
System Red Green Blue C M Y K H S L
Decimal 225 8 68 0 0.96 0.70 0.12 343.41 0.93 0.46
Hex E1 8 44 0 60 46 C 157 5D 2E
Octal 341 10 104 0 140 106 14 527 135 56
Binary 11100001 1000 1000100 0 1100000 1000110 1100 101010111 1011101 101110

Color Harmonies of #E10844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10844

Black with #E10844

Text Example


Text Example

White with #E10844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10844; }

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

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

background-color css

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

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

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

border-color css

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

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

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