Html Css Color HEX #E5012B Crimson

📋 copy color: '#E5012B'

red 229 ◦ green 1 ◦ blue 43

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

Shades of Crimson #E5012B

Tints of Crimson #E5012B

RGB

 RED value IS 229 (89.84% from 255) = 83.88%

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 83.88%
G = 0.37%
B = 15.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5012B (or 0xE5012B) is known color: Crimson. HEX triplet: E5, 01 and 2B. RGB value is (229,1,43). Sum of RGB (Red+Green+Blue) = 229+1+43=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E5012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5012B is #1AFED4. Grayscale: #4A4A4A. Windows color (decimal): -1769173 or 2818533. OLE color: 2818533.

HSL color Cylindrical-coordinate representation of color #E5012B: hue angle of 348.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5012B is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 43 -
CMYK 0 1.00 0.81 0.10
HSL 348.95º 0.99% 0.45% -
HSV(B) 348.95º 1% 0.9% -
XYZ 32.76 16.85 3.81 -
YUV 73.96 110.54 238.58 -
System Red Green Blue C M Y K H S L
Decimal 229 1 43 0 1.00 0.81 0.10 348.95 0.99 0.45
Hex E5 1 2B 0 64 51 A 15D 63 2D
Octal 345 1 53 0 144 121 12 535 143 55
Binary 11100101 1 101011 0 1100100 1010001 1010 101011101 1100011 101101

Color Harmonies of #E5012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5012B

Black with #E5012B

Text Example


Text Example

White with #E5012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5012B; }

 p { color: rgb(229,1,43); }

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

background-color css

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

 a { background-color: rgb(229,1,43); }

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

border-color css

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

 span { border-color: rgb(229,1,43); }

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