Html Css Color HEX #E10934 Crimson

📋 copy color: '#E10934'

red 225 ◦ green 9 ◦ blue 52

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

Shades of Crimson #E10934

Tints of Crimson #E10934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 78.67%
G = 3.15%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E10934 (or 0xE10934) is known color: Crimson. HEX triplet: E1, 09 and 34. RGB value is (225,9,52). Sum of RGB (Red+Green+Blue) = 225+9+52=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E10934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10934 is #1EF6CB. Grayscale: #4E4E4E. Windows color (decimal): -2029260 or 3410401. OLE color: 3410401.

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

Color convert

RGB 225 9 52 -
CMYK 0 0.96 0.77 0.12
HSL 348.06º 0.92% 0.46% -
HSV(B) 348.06º 0.96% 0.88% -
XYZ 31.77 16.45 4.75 -
YUV 78.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 225 9 52 0 0.96 0.77 0.12 348.06 0.92 0.46
Hex E1 9 34 0 60 4D C 15C 5C 2E
Octal 341 11 64 0 140 115 14 534 134 56
Binary 11100001 1001 110100 0 1100000 1001101 1100 101011100 1011100 101110

Color Harmonies of #E10934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10934

Black with #E10934

Text Example


Text Example

White with #E10934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10934; }

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

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

background-color css

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

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

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

border-color css

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

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

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