Html Css Color HEX #E01431 Crimson

📋 copy color: '#E01431'

red 224 ◦ green 20 ◦ blue 49

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

Shades of Crimson #E01431

Tints of Crimson #E01431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 76.45%
G = 6.83%
B = 16.72%

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

#E01431 (or 0xE01431) is known color: Crimson. HEX triplet: E0, 14 and 31. RGB value is (224,20,49). Sum of RGB (Red+Green+Blue) = 224+20+49=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E01431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01431 is #1FEBCE. Grayscale: #545454. Windows color (decimal): -2091983 or 3216608. OLE color: 3216608.

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

Color convert

RGB 224 20 49 -
CMYK 0 0.91 0.78 0.12
HSL 351.47º 0.84% 0.48% -
HSV(B) 351.47º 0.91% 0.88% -
XYZ 31.55 16.57 4.44 -
YUV 84.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 224 20 49 0 0.91 0.78 0.12 351.47 0.84 0.48
Hex E0 14 31 0 5B 4E C 15F 54 30
Octal 340 24 61 0 133 116 14 537 124 60
Binary 11100000 10100 110001 0 1011011 1001110 1100 101011111 1010100 110000

Color Harmonies of #E01431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01431

Black with #E01431

Text Example


Text Example

White with #E01431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01431; }

 p { color: rgb(224,20,49); }

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

background-color css

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

 a { background-color: rgb(224,20,49); }

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

border-color css

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

 span { border-color: rgb(224,20,49); }

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