Html Css Color HEX #E01832 Crimson

📋 copy color: '#E01832'

red 224 ◦ green 24 ◦ blue 50

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

Shades of Crimson #E01832

Tints of Crimson #E01832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 75.17%
G = 8.05%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E01832 (or 0xE01832) is known color: Crimson. HEX triplet: E0, 18 and 32. RGB value is (224,24,50). Sum of RGB (Red+Green+Blue) = 224+24+50=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E01832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01832 is #1FE7CD. Grayscale: #565656. Windows color (decimal): -2090958 or 3283168. OLE color: 3283168.

HSL color Cylindrical-coordinate representation of color #E01832: hue angle of 352.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01832 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 50 -
CMYK 0 0.89 0.78 0.12
HSL 352.2º 0.81% 0.49% -
HSV(B) 352.2º 0.89% 0.88% -
XYZ 31.64 16.73 4.58 -
YUV 86.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 224 24 50 0 0.89 0.78 0.12 352.2 0.81 0.49
Hex E0 18 32 0 59 4E C 160 51 31
Octal 340 30 62 0 131 116 14 540 121 61
Binary 11100000 11000 110010 0 1011001 1001110 1100 101100000 1010001 110001

Color Harmonies of #E01832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01832

Black with #E01832

Text Example


Text Example

White with #E01832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01832; }

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

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

background-color css

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

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

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

border-color css

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

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

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