Html Css Color HEX #E01034 Crimson

📋 copy color: '#E01034'

red 224 ◦ green 16 ◦ blue 52

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

Shades of Crimson #E01034

Tints of Crimson #E01034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 76.71%
G = 5.48%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E01034 (or 0xE01034) is known color: Crimson. HEX triplet: E0, 10 and 34. RGB value is (224,16,52). Sum of RGB (Red+Green+Blue) = 224+16+52=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E01034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01034 is #1FEFCB. Grayscale: #525252. Windows color (decimal): -2093004 or 3412192. OLE color: 3412192.

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

Color convert

RGB 224 16 52 -
CMYK 0 0.93 0.77 0.12
HSL 349.62º 0.87% 0.47% -
HSV(B) 349.62º 0.93% 0.88% -
XYZ 31.55 16.47 4.76 -
YUV 82.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 224 16 52 0 0.93 0.77 0.12 349.62 0.87 0.47
Hex E0 10 34 0 5D 4D C 15E 57 2F
Octal 340 20 64 0 135 115 14 536 127 57
Binary 11100000 10000 110100 0 1011101 1001101 1100 101011110 1010111 101111

Color Harmonies of #E01034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01034

Black with #E01034

Text Example


Text Example

White with #E01034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01034; }

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

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

background-color css

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

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

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

border-color css

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

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

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