Html Css Color HEX #E10F40 Crimson

📋 copy color: '#E10F40'

red 225 ◦ green 15 ◦ blue 64

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

Shades of Crimson #E10F40

Tints of Crimson #E10F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 74.01%
G = 4.93%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10F40 (or 0xE10F40) is known color: Crimson. HEX triplet: E1, 0F and 40. RGB value is (225,15,64). Sum of RGB (Red+Green+Blue) = 225+15+64=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F40 is #1EF0BF. Grayscale: #535353. Windows color (decimal): -2027712 or 4198369. OLE color: 4198369.

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

Color convert

RGB 225 15 64 -
CMYK 0 0.93 0.72 0.12
HSL 346º 0.88% 0.47% -
HSV(B) 346º 0.93% 0.88% -
XYZ 32.15 16.72 6.38 -
YUV 83.38 117.07 229.02 -
System Red Green Blue C M Y K H S L
Decimal 225 15 64 0 0.93 0.72 0.12 346 0.88 0.47
Hex E1 F 40 0 5D 48 C 15A 58 2F
Octal 341 17 100 0 135 110 14 532 130 57
Binary 11100001 1111 1000000 0 1011101 1001000 1100 101011010 1011000 101111

Color Harmonies of #E10F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F40

Black with #E10F40

Text Example


Text Example

White with #E10F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F40; }

 p { color: rgb(225,15,64); }

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

background-color css

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

 a { background-color: rgb(225,15,64); }

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

border-color css

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

 span { border-color: rgb(225,15,64); }

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