Html Css Color HEX #E10948 Crimson

📋 copy color: '#E10948'

red 225 ◦ green 9 ◦ blue 72

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

Shades of Crimson #E10948

Tints of Crimson #E10948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

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

R = 73.53%
G = 2.94%
B = 23.53%

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

#E10948 (or 0xE10948) is known color: Crimson. HEX triplet: E1, 09 and 48. RGB value is (225,9,72). Sum of RGB (Red+Green+Blue) = 225+9+72=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E10948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10948 is #1EF6B7. Grayscale: #505050. Windows color (decimal): -2029240 or 4721121. OLE color: 4721121.

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

Color convert

RGB 225 9 72 -
CMYK 0 0.96 0.68 0.12
HSL 342.5º 0.92% 0.46% -
HSV(B) 342.5º 0.96% 0.88% -
XYZ 32.32 16.67 7.65 -
YUV 80.77 123.06 230.88 -
System Red Green Blue C M Y K H S L
Decimal 225 9 72 0 0.96 0.68 0.12 342.5 0.92 0.46
Hex E1 9 48 0 60 44 C 156 5C 2E
Octal 341 11 110 0 140 104 14 526 134 56
Binary 11100001 1001 1001000 0 1100000 1000100 1100 101010110 1011100 101110

Color Harmonies of #E10948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10948

Black with #E10948

Text Example


Text Example

White with #E10948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10948; }

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

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

background-color css

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

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

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

border-color css

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

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

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