Html Css Color HEX #E01535 Crimson

📋 copy color: '#E01535'

red 224 ◦ green 21 ◦ blue 53

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

Shades of Crimson #E01535

Tints of Crimson #E01535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 75.17%
G = 7.05%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E01535 (or 0xE01535) is known color: Crimson. HEX triplet: E0, 15 and 35. RGB value is (224,21,53). Sum of RGB (Red+Green+Blue) = 224+21+53=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E01535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01535 is #1FEACA. Grayscale: #555555. Windows color (decimal): -2091723 or 3479008. OLE color: 3479008.

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

Color convert

RGB 224 21 53 -
CMYK 0 0.91 0.76 0.12
HSL 350.54º 0.83% 0.48% -
HSV(B) 350.54º 0.91% 0.88% -
XYZ 31.65 16.64 4.91 -
YUV 85.35 109.75 226.9 -
System Red Green Blue C M Y K H S L
Decimal 224 21 53 0 0.91 0.76 0.12 350.54 0.83 0.48
Hex E0 15 35 0 5B 4C C 15F 53 30
Octal 340 25 65 0 133 114 14 537 123 60
Binary 11100000 10101 110101 0 1011011 1001100 1100 101011111 1010011 110000

Color Harmonies of #E01535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01535

Black with #E01535

Text Example


Text Example

White with #E01535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01535; }

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

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

background-color css

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

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

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

border-color css

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

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

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