Html Css Color HEX #E5012F Crimson

📋 copy color: '#E5012F'

red 229 ◦ green 1 ◦ blue 47

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

Shades of Crimson #E5012F

Tints of Crimson #E5012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 82.67%
G = 0.36%
B = 16.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5012F (or 0xE5012F) is known color: Crimson. HEX triplet: E5, 01 and 2F. RGB value is (229,1,47). Sum of RGB (Red+Green+Blue) = 229+1+47=277 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.67% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 229 - color contains mainly: red. Hex color #E5012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5012F is #1AFED0. Grayscale: #4A4A4A. Windows color (decimal): -1769169 or 3080677. OLE color: 3080677.

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

Color convert

RGB 229 1 47 -
CMYK 0 1.00 0.79 0.10
HSL 347.89º 0.99% 0.45% -
HSV(B) 347.89º 1% 0.9% -
XYZ 32.84 16.88 4.22 -
YUV 74.42 112.54 238.26 -
System Red Green Blue C M Y K H S L
Decimal 229 1 47 0 1.00 0.79 0.10 347.89 0.99 0.45
Hex E5 1 2F 0 64 4F A 15C 63 2D
Octal 345 1 57 0 144 117 12 534 143 55
Binary 11100101 1 101111 0 1100100 1001111 1010 101011100 1100011 101101

Color Harmonies of #E5012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5012F

Black with #E5012F

Text Example


Text Example

White with #E5012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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