Html Css Color HEX #E01632 Crimson

📋 copy color: '#E01632'

red 224 ◦ green 22 ◦ blue 50

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

Shades of Crimson #E01632

Tints of Crimson #E01632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 75.68%
G = 7.43%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01632 (or 0xE01632) is known color: Crimson. HEX triplet: E0, 16 and 32. RGB value is (224,22,50). Sum of RGB (Red+Green+Blue) = 224+22+50=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E01632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01632 is #1FE9CD. Grayscale: #555555. Windows color (decimal): -2091470 or 3282656. OLE color: 3282656.

HSL color Cylindrical-coordinate representation of color #E01632: hue angle of 351.68º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01632 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 50 -
CMYK 0 0.90 0.78 0.12
HSL 351.68º 0.82% 0.48% -
HSV(B) 351.68º 0.9% 0.88% -
XYZ 31.6 16.65 4.57 -
YUV 85.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 224 22 50 0 0.90 0.78 0.12 351.68 0.82 0.48
Hex E0 16 32 0 5A 4E C 160 52 30
Octal 340 26 62 0 132 116 14 540 122 60
Binary 11100000 10110 110010 0 1011010 1001110 1100 101100000 1010010 110000

Color Harmonies of #E01632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01632

Black with #E01632

Text Example


Text Example

White with #E01632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01632; }

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

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

background-color css

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

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

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

border-color css

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

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

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