Html Css Color HEX #E10830 Crimson

📋 copy color: '#E10830'

red 225 ◦ green 8 ◦ blue 48

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

Shades of Crimson #E10830

Tints of Crimson #E10830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 80.07%
G = 2.85%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E10830 (or 0xE10830) is known color: Crimson. HEX triplet: E1, 08 and 30. RGB value is (225,8,48). Sum of RGB (Red+Green+Blue) = 225+8+48=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E10830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10830 is #1EF7CF. Grayscale: #4D4D4D. Windows color (decimal): -2029520 or 3148001. OLE color: 3148001.

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

Color convert

RGB 225 8 48 -
CMYK 0 0.96 0.79 0.12
HSL 348.94º 0.93% 0.46% -
HSV(B) 348.94º 0.96% 0.88% -
XYZ 31.67 16.39 4.29 -
YUV 77.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 225 8 48 0 0.96 0.79 0.12 348.94 0.93 0.46
Hex E1 8 30 0 60 4F C 15D 5D 2E
Octal 341 10 60 0 140 117 14 535 135 56
Binary 11100001 1000 110000 0 1100000 1001111 1100 101011101 1011101 101110

Color Harmonies of #E10830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10830

Black with #E10830

Text Example


Text Example

White with #E10830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10830; }

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

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

background-color css

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

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

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

border-color css

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

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

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