Html Css Color HEX #E00831 Crimson

📋 copy color: '#E00831'

red 224 ◦ green 8 ◦ blue 49

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

Shades of Crimson #E00831

Tints of Crimson #E00831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 79.72%
G = 2.85%
B = 17.44%

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

#E00831 (or 0xE00831) is known color: Crimson. HEX triplet: E0, 08 and 31. RGB value is (224,8,49). Sum of RGB (Red+Green+Blue) = 224+8+49=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00831 is #1FF7CE. Grayscale: #4D4D4D. Windows color (decimal): -2095055 or 3213536. OLE color: 3213536.

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

Color convert

RGB 224 8 49 -
CMYK 0 0.96 0.78 0.12
HSL 348.61º 0.93% 0.45% -
HSV(B) 348.61º 0.96% 0.88% -
XYZ 31.38 16.24 4.39 -
YUV 77.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 224 8 49 0 0.96 0.78 0.12 348.61 0.93 0.45
Hex E0 8 31 0 60 4E C 15D 5D 2D
Octal 340 10 61 0 140 116 14 535 135 55
Binary 11100000 1000 110001 0 1100000 1001110 1100 101011101 1011101 101101

Color Harmonies of #E00831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00831

Black with #E00831

Text Example


Text Example

White with #E00831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00831; }

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

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

background-color css

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

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

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

border-color css

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

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

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