Html Css Color HEX #E10829 Crimson

📋 copy color: '#E10829'

red 225 ◦ green 8 ◦ blue 41

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

Shades of Crimson #E10829

Tints of Crimson #E10829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 82.12%
G = 2.92%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E10829 (or 0xE10829) is known color: Crimson. HEX triplet: E1, 08 and 29. RGB value is (225,8,41). Sum of RGB (Red+Green+Blue) = 225+8+41=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E10829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10829 is #1EF7D6. Grayscale: #4C4C4C. Windows color (decimal): -2029527 or 2689249. OLE color: 2689249.

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

Color convert

RGB 225 8 41 -
CMYK 0 0.96 0.82 0.12
HSL 350.88º 0.93% 0.46% -
HSV(B) 350.88º 0.96% 0.88% -
XYZ 31.54 16.34 3.59 -
YUV 76.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 225 8 41 0 0.96 0.82 0.12 350.88 0.93 0.46
Hex E1 8 29 0 60 52 C 15F 5D 2E
Octal 341 10 51 0 140 122 14 537 135 56
Binary 11100001 1000 101001 0 1100000 1010010 1100 101011111 1011101 101110

Color Harmonies of #E10829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10829

Black with #E10829

Text Example


Text Example

White with #E10829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10829; }

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

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

background-color css

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

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

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

border-color css

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

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

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