Html Css Color HEX #E5022F Crimson

📋 copy color: '#E5022F'

red 229 ◦ green 2 ◦ blue 47

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

Shades of Crimson #E5022F

Tints of Crimson #E5022F

RGB

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

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

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

R = 82.37%
G = 0.72%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5022F (or 0xE5022F) is known color: Crimson. HEX triplet: E5, 02 and 2F. RGB value is (229,2,47). Sum of RGB (Red+Green+Blue) = 229+2+47=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5022F is #1AFDD0. Grayscale: #4B4B4B. Windows color (decimal): -1768913 or 3080933. OLE color: 3080933.

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

Color convert

RGB 229 2 47 -
CMYK 0 0.99 0.79 0.10
HSL 348.11º 0.98% 0.45% -
HSV(B) 348.11º 0.99% 0.9% -
XYZ 32.85 16.91 4.22 -
YUV 75 112.21 237.84 -
System Red Green Blue C M Y K H S L
Decimal 229 2 47 0 0.99 0.79 0.10 348.11 0.98 0.45
Hex E5 2 2F 0 63 4F A 15C 62 2D
Octal 345 2 57 0 143 117 12 534 142 55
Binary 11100101 10 101111 0 1100011 1001111 1010 101011100 1100010 101101

Color Harmonies of #E5022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5022F

Black with #E5022F

Text Example


Text Example

White with #E5022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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