Html Css Color HEX #E10D2C Crimson

📋 copy color: '#E10D2C'

red 225 ◦ green 13 ◦ blue 44

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

Shades of Crimson #E10D2C

Tints of Crimson #E10D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.61%

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 79.79%
G = 4.61%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E10D2C (or 0xE10D2C) is known color: Crimson. HEX triplet: E1, 0D and 2C. RGB value is (225,13,44). Sum of RGB (Red+Green+Blue) = 225+13+44=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D2C is #1EF2D3. Grayscale: #505050. Windows color (decimal): -2028244 or 2887137. OLE color: 2887137.

HSL color Cylindrical-coordinate representation of color #E10D2C: hue angle of 351.23º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D2C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 44 -
CMYK 0 0.94 0.80 0.12
HSL 351.23º 0.89% 0.47% -
HSV(B) 351.23º 0.94% 0.88% -
XYZ 31.65 16.48 3.9 -
YUV 79.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 225 13 44 0 0.94 0.80 0.12 351.23 0.89 0.47
Hex E1 D 2C 0 5E 50 C 15F 59 2F
Octal 341 15 54 0 136 120 14 537 131 57
Binary 11100001 1101 101100 0 1011110 1010000 1100 101011111 1011001 101111

Color Harmonies of #E10D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D2C

Black with #E10D2C

Text Example


Text Example

White with #E10D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D2C; }

 p { color: rgb(225,13,44); }

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

background-color css

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

 a { background-color: rgb(225,13,44); }

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

border-color css

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

 span { border-color: rgb(225,13,44); }

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