Html Css Color HEX #E01532 Crimson

📋 copy color: '#E01532'

red 224 ◦ green 21 ◦ blue 50

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

Shades of Crimson #E01532

Tints of Crimson #E01532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 75.93%
G = 7.12%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01532 (or 0xE01532) is known color: Crimson. HEX triplet: E0, 15 and 32. RGB value is (224,21,50). Sum of RGB (Red+Green+Blue) = 224+21+50=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E01532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01532 is #1FEACD. Grayscale: #555555. Windows color (decimal): -2091726 or 3282400. OLE color: 3282400.

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

Color convert

RGB 224 21 50 -
CMYK 0 0.91 0.78 0.12
HSL 351.43º 0.83% 0.48% -
HSV(B) 351.43º 0.91% 0.88% -
XYZ 31.58 16.61 4.56 -
YUV 85 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 224 21 50 0 0.91 0.78 0.12 351.43 0.83 0.48
Hex E0 15 32 0 5B 4E C 15F 53 30
Octal 340 25 62 0 133 116 14 537 123 60
Binary 11100000 10101 110010 0 1011011 1001110 1100 101011111 1010011 110000

Color Harmonies of #E01532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01532

Black with #E01532

Text Example


Text Example

White with #E01532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01532; }

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

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

background-color css

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

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

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

border-color css

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

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

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