Html Css Color HEX #E5072A Crimson

📋 copy color: '#E5072A'

red 229 ◦ green 7 ◦ blue 42

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

Shades of Crimson #E5072A

Tints of Crimson #E5072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

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

R = 82.37%
G = 2.52%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5072A (or 0xE5072A) is known color: Crimson. HEX triplet: E5, 07 and 2A. RGB value is (229,7,42). Sum of RGB (Red+Green+Blue) = 229+7+42=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5072A is #1AF8D5. Grayscale: #4D4D4D. Windows color (decimal): -1767638 or 2754533. OLE color: 2754533.

HSL color Cylindrical-coordinate representation of color #E5072A: hue angle of 350.54º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5072A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 7 42 -
CMYK 0 0.97 0.82 0.10
HSL 350.54º 0.94% 0.46% -
HSV(B) 350.54º 0.97% 0.9% -
XYZ 32.81 16.98 3.74 -
YUV 77.37 108.05 236.15 -
System Red Green Blue C M Y K H S L
Decimal 229 7 42 0 0.97 0.82 0.10 350.54 0.94 0.46
Hex E5 7 2A 0 61 52 A 15F 5E 2E
Octal 345 7 52 0 141 122 12 537 136 56
Binary 11100101 111 101010 0 1100001 1010010 1010 101011111 1011110 101110

Color Harmonies of #E5072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5072A

Black with #E5072A

Text Example


Text Example

White with #E5072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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