Html Css Color HEX #E00028 Crimson

📋 copy color: '#E00028'

red 224 ◦ green 0 ◦ blue 40

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

Shades of Crimson #E00028

Tints of Crimson #E00028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 84.85%
G = 0%
B = 15.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00028 (or 0xE00028) is known color: Crimson. HEX triplet: E0, 00 and 28. RGB value is (224,0,40). Sum of RGB (Red+Green+Blue) = 224+0+40=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E00028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00028 is #1FFFD7. Grayscale: #474747. Windows color (decimal): -2097112 or 2621664. OLE color: 2621664.

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

Color convert

RGB 224 0 40 -
CMYK 0 1 0.82 0.12
HSL 349.29º 1% 0.44% -
HSV(B) 349.29º 1% 0.88% -
XYZ 31.12 16 3.46 -
YUV 71.54 110.21 236.75 -
System Red Green Blue C M Y K H S L
Decimal 224 0 40 0 1 0.82 0.12 349.29 1 0.44
Hex E0 0 28 0 64 52 C 15D 64 2C
Octal 340 0 50 0 144 122 14 535 144 54
Binary 11100000 0 101000 0 1100100 1010010 1100 101011101 1100100 101100

Color Harmonies of #E00028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00028

Black with #E00028

Text Example


Text Example

White with #E00028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00028; }

 p { color: rgb(224,0,40); }

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

background-color css

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

 a { background-color: rgb(224,0,40); }

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

border-color css

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

 span { border-color: rgb(224,0,40); }

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