Html Css Color HEX #E00828 Crimson

📋 copy color: '#E00828'

red 224 ◦ green 8 ◦ blue 40

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

Shades of Crimson #E00828

Tints of Crimson #E00828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

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

R = 82.35%
G = 2.94%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00828 (or 0xE00828) is known color: Crimson. HEX triplet: E0, 08 and 28. RGB value is (224,8,40). Sum of RGB (Red+Green+Blue) = 224+8+40=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E00828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00828 is #1FF7D7. Grayscale: #4C4C4C. Windows color (decimal): -2095064 or 2623712. OLE color: 2623712.

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

Color convert

RGB 224 8 40 -
CMYK 0 0.96 0.82 0.12
HSL 351.11º 0.93% 0.45% -
HSV(B) 351.11º 0.96% 0.88% -
XYZ 31.21 16.17 3.48 -
YUV 76.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 224 8 40 0 0.96 0.82 0.12 351.11 0.93 0.45
Hex E0 8 28 0 60 52 C 15F 5D 2D
Octal 340 10 50 0 140 122 14 537 135 55
Binary 11100000 1000 101000 0 1100000 1010010 1100 101011111 1011101 101101

Color Harmonies of #E00828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00828

Black with #E00828

Text Example


Text Example

White with #E00828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00828; }

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

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

background-color css

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

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

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

border-color css

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

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

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