Html Css Color HEX #E10848 Crimson

📋 copy color: '#E10848'

red 225 ◦ green 8 ◦ blue 72

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

Shades of Crimson #E10848

Tints of Crimson #E10848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 73.77%
G = 2.62%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10848 (or 0xE10848) is known color: Crimson. HEX triplet: E1, 08 and 48. RGB value is (225,8,72). Sum of RGB (Red+Green+Blue) = 225+8+72=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E10848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10848 is #1EF7B7. Grayscale: #505050. Windows color (decimal): -2029496 or 4720865. OLE color: 4720865.

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

Color convert

RGB 225 8 72 -
CMYK 0 0.96 0.68 0.12
HSL 342.3º 0.93% 0.46% -
HSV(B) 342.3º 0.96% 0.88% -
XYZ 32.31 16.65 7.64 -
YUV 80.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 225 8 72 0 0.96 0.68 0.12 342.3 0.93 0.46
Hex E1 8 48 0 60 44 C 156 5D 2E
Octal 341 10 110 0 140 104 14 526 135 56
Binary 11100001 1000 1001000 0 1100000 1000100 1100 101010110 1011101 101110

Color Harmonies of #E10848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10848

Black with #E10848

Text Example


Text Example

White with #E10848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10848; }

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

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

background-color css

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

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

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

border-color css

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

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

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