Html Css Color HEX #E10F3A Crimson

📋 copy color: '#E10F3A'

red 225 ◦ green 15 ◦ blue 58

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

Shades of Crimson #E10F3A

Tints of Crimson #E10F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 75.5%
G = 5.03%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E10F3A (or 0xE10F3A) is known color: Crimson. HEX triplet: E1, 0F and 3A. RGB value is (225,15,58). Sum of RGB (Red+Green+Blue) = 225+15+58=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F3A is #1EF0C5. Grayscale: #525252. Windows color (decimal): -2027718 or 3805153. OLE color: 3805153.

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

Color convert

RGB 225 15 58 -
CMYK 0 0.93 0.74 0.12
HSL 347.71º 0.88% 0.47% -
HSV(B) 347.71º 0.93% 0.88% -
XYZ 31.99 16.65 5.53 -
YUV 82.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 225 15 58 0 0.93 0.74 0.12 347.71 0.88 0.47
Hex E1 F 3A 0 5D 4A C 15C 58 2F
Octal 341 17 72 0 135 112 14 534 130 57
Binary 11100001 1111 111010 0 1011101 1001010 1100 101011100 1011000 101111

Color Harmonies of #E10F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F3A

Black with #E10F3A

Text Example


Text Example

White with #E10F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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