Html Css Color HEX #E00728 Crimson

📋 copy color: '#E00728'

red 224 ◦ green 7 ◦ blue 40

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

Shades of Crimson #E00728

Tints of Crimson #E00728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 82.66%
G = 2.58%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00728 (or 0xE00728) is known color: Crimson. HEX triplet: E0, 07 and 28. RGB value is (224,7,40). Sum of RGB (Red+Green+Blue) = 224+7+40=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E00728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00728 is #1FF8D7. Grayscale: #4B4B4B. Windows color (decimal): -2095320 or 2623456. OLE color: 2623456.

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

Color convert

RGB 224 7 40 -
CMYK 0 0.97 0.82 0.12
HSL 350.88º 0.94% 0.45% -
HSV(B) 350.88º 0.97% 0.88% -
XYZ 31.2 16.15 3.48 -
YUV 75.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 224 7 40 0 0.97 0.82 0.12 350.88 0.94 0.45
Hex E0 7 28 0 61 52 C 15F 5E 2D
Octal 340 7 50 0 141 122 14 537 136 55
Binary 11100000 111 101000 0 1100001 1010010 1100 101011111 1011110 101101

Color Harmonies of #E00728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00728

Black with #E00728

Text Example


Text Example

White with #E00728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00728; }

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

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

background-color css

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

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

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

border-color css

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

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

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