Html Css Color HEX #E00529 Crimson

📋 copy color: '#E00529'

red 224 ◦ green 5 ◦ blue 41

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

Shades of Crimson #E00529

Tints of Crimson #E00529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 82.96%
G = 1.85%
B = 15.19%

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

#E00529 (or 0xE00529) is known color: Crimson. HEX triplet: E0, 05 and 29. RGB value is (224,5,41). Sum of RGB (Red+Green+Blue) = 224+5+41=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E00529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00529 is #1FFAD6. Grayscale: #4A4A4A. Windows color (decimal): -2095831 or 2688480. OLE color: 2688480.

HSL color Cylindrical-coordinate representation of color #E00529: hue angle of 350.14º 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 #E00529 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 41 -
CMYK 0 0.98 0.82 0.12
HSL 350.14º 0.96% 0.45% -
HSV(B) 350.14º 0.98% 0.88% -
XYZ 31.19 16.12 3.56 -
YUV 74.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 224 5 41 0 0.98 0.82 0.12 350.14 0.96 0.45
Hex E0 5 29 0 62 52 C 15E 60 2D
Octal 340 5 51 0 142 122 14 536 140 55
Binary 11100000 101 101001 0 1100010 1010010 1100 101011110 1100000 101101

Color Harmonies of #E00529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00529

Black with #E00529

Text Example


Text Example

White with #E00529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00529; }

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

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

background-color css

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

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

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

border-color css

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

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

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