Html Css Color HEX #E01029 Crimson

📋 copy color: '#E01029'

red 224 ◦ green 16 ◦ blue 41

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

Shades of Crimson #E01029

Tints of Crimson #E01029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 79.72%
G = 5.69%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E01029 (or 0xE01029) is known color: Crimson. HEX triplet: E0, 10 and 29. RGB value is (224,16,41). Sum of RGB (Red+Green+Blue) = 224+16+41=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01029 is #1FEFD6. Grayscale: #515151. Windows color (decimal): -2093015 or 2691296. OLE color: 2691296.

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

Color convert

RGB 224 16 41 -
CMYK 0 0.93 0.82 0.12
HSL 352.79º 0.87% 0.47% -
HSV(B) 352.79º 0.93% 0.88% -
XYZ 31.33 16.38 3.61 -
YUV 81.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 224 16 41 0 0.93 0.82 0.12 352.79 0.87 0.47
Hex E0 10 29 0 5D 52 C 161 57 2F
Octal 340 20 51 0 135 122 14 541 127 57
Binary 11100000 10000 101001 0 1011101 1010010 1100 101100001 1010111 101111

Color Harmonies of #E01029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01029

Black with #E01029

Text Example


Text Example

White with #E01029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01029; }

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

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

background-color css

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

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

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

border-color css

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

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

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