Html Css Color HEX #E10935 Crimson

📋 copy color: '#E10935'

red 225 ◦ green 9 ◦ blue 53

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

Shades of Crimson #E10935

Tints of Crimson #E10935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 78.4%
G = 3.14%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E10935 (or 0xE10935) is known color: Crimson. HEX triplet: E1, 09 and 35. RGB value is (225,9,53). Sum of RGB (Red+Green+Blue) = 225+9+53=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E10935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10935 is #1EF6CA. Grayscale: #4E4E4E. Windows color (decimal): -2029259 or 3475937. OLE color: 3475937.

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

Color convert

RGB 225 9 53 -
CMYK 0 0.96 0.76 0.12
HSL 347.78º 0.92% 0.46% -
HSV(B) 347.78º 0.96% 0.88% -
XYZ 31.79 16.46 4.87 -
YUV 78.6 113.56 232.42 -
System Red Green Blue C M Y K H S L
Decimal 225 9 53 0 0.96 0.76 0.12 347.78 0.92 0.46
Hex E1 9 35 0 60 4C C 15C 5C 2E
Octal 341 11 65 0 140 114 14 534 134 56
Binary 11100001 1001 110101 0 1100000 1001100 1100 101011100 1011100 101110

Color Harmonies of #E10935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10935

Black with #E10935

Text Example


Text Example

White with #E10935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10935; }

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

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

background-color css

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

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

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

border-color css

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

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

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