Html Css Color HEX #E5012A Crimson

📋 copy color: '#E5012A'

red 229 ◦ green 1 ◦ blue 42

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

Shades of Crimson #E5012A

Tints of Crimson #E5012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 84.19%
G = 0.37%
B = 15.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5012A (or 0xE5012A) is known color: Crimson. HEX triplet: E5, 01 and 2A. RGB value is (229,1,42). Sum of RGB (Red+Green+Blue) = 229+1+42=272 (36% of max value = 765). Red value is 229 (89.84% from 255 or 84.19% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 229 - color contains mainly: red. Hex color #E5012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5012A is #1AFED5. Grayscale: #494949. Windows color (decimal): -1769174 or 2752997. OLE color: 2752997.

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

Color convert

RGB 229 1 42 -
CMYK 0 1.00 0.82 0.10
HSL 349.21º 0.99% 0.45% -
HSV(B) 349.21º 1% 0.9% -
XYZ 32.74 16.85 3.72 -
YUV 73.85 110.04 238.67 -
System Red Green Blue C M Y K H S L
Decimal 229 1 42 0 1.00 0.82 0.10 349.21 0.99 0.45
Hex E5 1 2A 0 64 52 A 15D 63 2D
Octal 345 1 52 0 144 122 12 535 143 55
Binary 11100101 1 101010 0 1100100 1010010 1010 101011101 1100011 101101

Color Harmonies of #E5012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5012A

Black with #E5012A

Text Example


Text Example

White with #E5012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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