Html Css Color HEX #E00528 Crimson

📋 copy color: '#E00528'

red 224 ◦ green 5 ◦ blue 40

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

Shades of Crimson #E00528

Tints of Crimson #E00528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 83.27%
G = 1.86%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00528 (or 0xE00528) is known color: Crimson. HEX triplet: E0, 05 and 28. RGB value is (224,5,40). Sum of RGB (Red+Green+Blue) = 224+5+40=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E00528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00528 is #1FFAD7. Grayscale: #4A4A4A. Windows color (decimal): -2095832 or 2622944. OLE color: 2622944.

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

Color convert

RGB 224 5 40 -
CMYK 0 0.98 0.82 0.12
HSL 350.41º 0.96% 0.45% -
HSV(B) 350.41º 0.98% 0.88% -
XYZ 31.18 16.11 3.47 -
YUV 74.47 108.55 234.65 -
System Red Green Blue C M Y K H S L
Decimal 224 5 40 0 0.98 0.82 0.12 350.41 0.96 0.45
Hex E0 5 28 0 62 52 C 15E 60 2D
Octal 340 5 50 0 142 122 14 536 140 55
Binary 11100000 101 101000 0 1100010 1010010 1100 101011110 1100000 101101

Color Harmonies of #E00528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00528

Black with #E00528

Text Example


Text Example

White with #E00528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00528; }

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

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

background-color css

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

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

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

border-color css

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

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

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