Html Css Color HEX #E10832 Crimson

📋 copy color: '#E10832'

red 225 ◦ green 8 ◦ blue 50

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

Shades of Crimson #E10832

Tints of Crimson #E10832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.67%

R = 79.51%
G = 2.83%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10832 (or 0xE10832) is known color: Crimson. HEX triplet: E1, 08 and 32. RGB value is (225,8,50). Sum of RGB (Red+Green+Blue) = 225+8+50=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E10832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10832 is #1EF7CD. Grayscale: #4D4D4D. Windows color (decimal): -2029518 or 3279073. OLE color: 3279073.

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

Color convert

RGB 225 8 50 -
CMYK 0 0.96 0.78 0.12
HSL 348.39º 0.93% 0.46% -
HSV(B) 348.39º 0.96% 0.88% -
XYZ 31.71 16.41 4.51 -
YUV 77.67 112.39 233.08 -
System Red Green Blue C M Y K H S L
Decimal 225 8 50 0 0.96 0.78 0.12 348.39 0.93 0.46
Hex E1 8 32 0 60 4E C 15C 5D 2E
Octal 341 10 62 0 140 116 14 534 135 56
Binary 11100001 1000 110010 0 1100000 1001110 1100 101011100 1011101 101110

Color Harmonies of #E10832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10832

Black with #E10832

Text Example


Text Example

White with #E10832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10832; }

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

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

background-color css

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

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

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

border-color css

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

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

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