Html Css Color HEX #E10130 Crimson

📋 copy color: '#E10130'

red 225 ◦ green 1 ◦ blue 48

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

Shades of Crimson #E10130

Tints of Crimson #E10130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 82.12%
G = 0.36%
B = 17.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E10130 (or 0xE10130) is known color: Crimson. HEX triplet: E1, 01 and 30. RGB value is (225,1,48). Sum of RGB (Red+Green+Blue) = 225+1+48=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E10130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10130 is #1EFECF. Grayscale: #494949. Windows color (decimal): -2031312 or 3146209. OLE color: 3146209.

HSL color Cylindrical-coordinate representation of color #E10130: hue angle of 347.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10130 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 48 -
CMYK 0 1.00 0.79 0.12
HSL 347.41º 0.99% 0.44% -
HSV(B) 347.41º 1% 0.88% -
XYZ 31.6 16.24 4.27 -
YUV 73.33 113.71 236.18 -
System Red Green Blue C M Y K H S L
Decimal 225 1 48 0 1.00 0.79 0.12 347.41 0.99 0.44
Hex E1 1 30 0 64 4F C 15B 63 2C
Octal 341 1 60 0 144 117 14 533 143 54
Binary 11100001 1 110000 0 1100100 1001111 1100 101011011 1100011 101100

Color Harmonies of #E10130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10130

Black with #E10130

Text Example


Text Example

White with #E10130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10130; }

 p { color: rgb(225,1,48); }

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

background-color css

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

 a { background-color: rgb(225,1,48); }

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

border-color css

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

 span { border-color: rgb(225,1,48); }

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