Html Css Color HEX #E10F46 Crimson

📋 copy color: '#E10F46'

red 225 ◦ green 15 ◦ blue 70

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

Shades of Crimson #E10F46

Tints of Crimson #E10F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 72.58%
G = 4.84%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E10F46 (or 0xE10F46) is known color: Crimson. HEX triplet: E1, 0F and 46. RGB value is (225,15,70). Sum of RGB (Red+Green+Blue) = 225+15+70=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F46 is #1EF0B9. Grayscale: #545454. Windows color (decimal): -2027706 or 4591585. OLE color: 4591585.

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

Color convert

RGB 225 15 70 -
CMYK 0 0.93 0.69 0.12
HSL 344.29º 0.88% 0.47% -
HSV(B) 344.29º 0.93% 0.88% -
XYZ 32.33 16.79 7.33 -
YUV 84.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 225 15 70 0 0.93 0.69 0.12 344.29 0.88 0.47
Hex E1 F 46 0 5D 45 C 158 58 2F
Octal 341 17 106 0 135 105 14 530 130 57
Binary 11100001 1111 1000110 0 1011101 1000101 1100 101011000 1011000 101111

Color Harmonies of #E10F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F46

Black with #E10F46

Text Example


Text Example

White with #E10F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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