Html Css Color HEX #E70828 Crimson

📋 copy color: '#E70828'

red 231 ◦ green 8 ◦ blue 40

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

Shades of Crimson #E70828

Tints of Crimson #E70828

RGB

 RED value IS 231 (90.63% from 255) = 82.8%

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

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

R = 82.8%
G = 2.87%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E70828 (or 0xE70828) is known color: Crimson. HEX triplet: E7, 08 and 28. RGB value is (231,8,40). Sum of RGB (Red+Green+Blue) = 231+8+40=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E70828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70828 is #18F7D7. Grayscale: #4E4E4E. Windows color (decimal): -1636312 or 2623719. OLE color: 2623719.

HSL color Cylindrical-coordinate representation of color #E70828: hue angle of 351.39º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70828 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 8 40 -
CMYK 0 0.97 0.83 0.09
HSL 351.39º 0.93% 0.47% -
HSV(B) 351.39º 0.97% 0.91% -
XYZ 33.42 17.32 3.59 -
YUV 78.33 106.38 236.9 -
System Red Green Blue C M Y K H S L
Decimal 231 8 40 0 0.97 0.83 0.09 351.39 0.93 0.47
Hex E7 8 28 0 61 53 9 15F 5D 2F
Octal 347 10 50 0 141 123 11 537 135 57
Binary 11100111 1000 101000 0 1100001 1010011 1001 101011111 1011101 101111

Color Harmonies of #E70828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70828

Black with #E70828

Text Example


Text Example

White with #E70828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70828; }

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

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

background-color css

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

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

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

border-color css

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

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

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