Html Css Color HEX #E00931 Crimson

📋 copy color: '#E00931'

red 224 ◦ green 9 ◦ blue 49

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

Shades of Crimson #E00931

Tints of Crimson #E00931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

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

R = 79.43%
G = 3.19%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00931 (or 0xE00931) is known color: Crimson. HEX triplet: E0, 09 and 31. RGB value is (224,9,49). Sum of RGB (Red+Green+Blue) = 224+9+49=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00931 is #1FF6CE. Grayscale: #4D4D4D. Windows color (decimal): -2094799 or 3213792. OLE color: 3213792.

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

Color convert

RGB 224 9 49 -
CMYK 0 0.96 0.78 0.12
HSL 348.84º 0.92% 0.46% -
HSV(B) 348.84º 0.96% 0.88% -
XYZ 31.39 16.26 4.39 -
YUV 77.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 224 9 49 0 0.96 0.78 0.12 348.84 0.92 0.46
Hex E0 9 31 0 60 4E C 15D 5C 2E
Octal 340 11 61 0 140 116 14 535 134 56
Binary 11100000 1001 110001 0 1100000 1001110 1100 101011101 1011100 101110

Color Harmonies of #E00931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00931

Black with #E00931

Text Example


Text Example

White with #E00931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00931; }

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

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

background-color css

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

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

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

border-color css

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

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

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