Html Css Color HEX #E5022A Crimson

📋 copy color: '#E5022A'

red 229 ◦ green 2 ◦ blue 42

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

Shades of Crimson #E5022A

Tints of Crimson #E5022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 83.88%
G = 0.73%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5022A (or 0xE5022A) is known color: Crimson. HEX triplet: E5, 02 and 2A. RGB value is (229,2,42). Sum of RGB (Red+Green+Blue) = 229+2+42=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E5022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5022A is #1AFDD5. Grayscale: #4A4A4A. Windows color (decimal): -1768918 or 2753253. OLE color: 2753253.

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

Color convert

RGB 229 2 42 -
CMYK 0 0.99 0.82 0.10
HSL 349.43º 0.98% 0.45% -
HSV(B) 349.43º 0.99% 0.9% -
XYZ 32.75 16.87 3.72 -
YUV 74.43 109.71 238.25 -
System Red Green Blue C M Y K H S L
Decimal 229 2 42 0 0.99 0.82 0.10 349.43 0.98 0.45
Hex E5 2 2A 0 63 52 A 15D 62 2D
Octal 345 2 52 0 143 122 12 535 142 55
Binary 11100101 10 101010 0 1100011 1010010 1010 101011101 1100010 101101

Color Harmonies of #E5022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5022A

Black with #E5022A

Text Example


Text Example

White with #E5022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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