Html Css Color HEX #E10F48 Crimson

📋 copy color: '#E10F48'

red 225 ◦ green 15 ◦ blue 72

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

Shades of Crimson #E10F48

Tints of Crimson #E10F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 72.12%
G = 4.81%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10F48 (or 0xE10F48) is known color: Crimson. HEX triplet: E1, 0F and 48. RGB value is (225,15,72). Sum of RGB (Red+Green+Blue) = 225+15+72=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F48 is #1EF0B7. Grayscale: #545454. Windows color (decimal): -2027704 or 4722657. OLE color: 4722657.

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

Color convert

RGB 225 15 72 -
CMYK 0 0.93 0.68 0.12
HSL 343.71º 0.88% 0.47% -
HSV(B) 343.71º 0.93% 0.88% -
XYZ 32.39 16.82 7.67 -
YUV 84.29 121.07 228.37 -
System Red Green Blue C M Y K H S L
Decimal 225 15 72 0 0.93 0.68 0.12 343.71 0.88 0.47
Hex E1 F 48 0 5D 44 C 158 58 2F
Octal 341 17 110 0 135 104 14 530 130 57
Binary 11100001 1111 1001000 0 1011101 1000100 1100 101011000 1011000 101111

Color Harmonies of #E10F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F48

Black with #E10F48

Text Example


Text Example

White with #E10F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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