Html Css Color HEX #E0023B Crimson

📋 copy color: '#E0023B'

red 224 ◦ green 2 ◦ blue 59

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

Shades of Crimson #E0023B

Tints of Crimson #E0023B

RGB

 RED value IS 224 (87.89% from 255) = 78.6%

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 78.6%
G = 0.7%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0023B (or 0xE0023B) is known color: Crimson. HEX triplet: E0, 02 and 3B. RGB value is (224,2,59). Sum of RGB (Red+Green+Blue) = 224+2+59=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0023B is #1FFDC4. Grayscale: #4A4A4A. Windows color (decimal): -2096581 or 3867360. OLE color: 3867360.

HSL color Cylindrical-coordinate representation of color #E0023B: hue angle of 344.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0023B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 59 -
CMYK 0 0.99 0.74 0.12
HSL 344.59º 0.98% 0.44% -
HSV(B) 344.59º 0.99% 0.88% -
XYZ 31.55 16.21 5.6 -
YUV 74.88 119.05 234.37 -
System Red Green Blue C M Y K H S L
Decimal 224 2 59 0 0.99 0.74 0.12 344.59 0.98 0.44
Hex E0 2 3B 0 63 4A C 159 62 2C
Octal 340 2 73 0 143 112 14 531 142 54
Binary 11100000 10 111011 0 1100011 1001010 1100 101011001 1100010 101100

Color Harmonies of #E0023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0023B

Black with #E0023B

Text Example


Text Example

White with #E0023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0023B; }

 p { color: rgb(224,2,59); }

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

background-color css

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

 a { background-color: rgb(224,2,59); }

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

border-color css

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

 span { border-color: rgb(224,2,59); }

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