Html Css Color HEX #E10B32 Crimson

📋 copy color: '#E10B32'

red 225 ◦ green 11 ◦ blue 50

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

Shades of Crimson #E10B32

Tints of Crimson #E10B32

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.85%

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

R = 78.67%
G = 3.85%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E10B32 (or 0xE10B32) is known color: Crimson. HEX triplet: E1, 0B and 32. RGB value is (225,11,50). Sum of RGB (Red+Green+Blue) = 225+11+50=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10B32 is #1EF4CD. Grayscale: #4F4F4F. Windows color (decimal): -2028750 or 3279841. OLE color: 3279841.

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

Color convert

RGB 225 11 50 -
CMYK 0 0.95 0.78 0.12
HSL 349.07º 0.91% 0.46% -
HSV(B) 349.07º 0.95% 0.88% -
XYZ 31.75 16.48 4.52 -
YUV 79.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 225 11 50 0 0.95 0.78 0.12 349.07 0.91 0.46
Hex E1 B 32 0 5F 4E C 15D 5B 2E
Octal 341 13 62 0 137 116 14 535 133 56
Binary 11100001 1011 110010 0 1011111 1001110 1100 101011101 1011011 101110

Color Harmonies of #E10B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B32

Black with #E10B32

Text Example


Text Example

White with #E10B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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