Html Css Color HEX #E01534 Crimson

📋 copy color: '#E01534'

red 224 ◦ green 21 ◦ blue 52

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

Shades of Crimson #E01534

Tints of Crimson #E01534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 75.42%
G = 7.07%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E01534 (or 0xE01534) is known color: Crimson. HEX triplet: E0, 15 and 34. RGB value is (224,21,52). Sum of RGB (Red+Green+Blue) = 224+21+52=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01534 is #1FEACB. Grayscale: #555555. Windows color (decimal): -2091724 or 3413472. OLE color: 3413472.

HSL color Cylindrical-coordinate representation of color #E01534: hue angle of 350.84º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01534 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 52 -
CMYK 0 0.91 0.77 0.12
HSL 350.84º 0.83% 0.48% -
HSV(B) 350.84º 0.91% 0.88% -
XYZ 31.63 16.63 4.79 -
YUV 85.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 224 21 52 0 0.91 0.77 0.12 350.84 0.83 0.48
Hex E0 15 34 0 5B 4D C 15F 53 30
Octal 340 25 64 0 133 115 14 537 123 60
Binary 11100000 10101 110100 0 1011011 1001101 1100 101011111 1010011 110000

Color Harmonies of #E01534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01534

Black with #E01534

Text Example


Text Example

White with #E01534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01534; }

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

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

background-color css

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

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

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

border-color css

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

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

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