Html Css Color HEX #E60931 Crimson

📋 copy color: '#E60931'

red 230 ◦ green 9 ◦ blue 49

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

Shades of Crimson #E60931

Tints of Crimson #E60931

RGB

 RED value IS 230 (90.23% from 255) = 79.86%

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

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

R = 79.86%
G = 3.13%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E60931 (or 0xE60931) is known color: Crimson. HEX triplet: E6, 09 and 31. RGB value is (230,9,49). Sum of RGB (Red+Green+Blue) = 230+9+49=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E60931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60931 is #19F6CE. Grayscale: #4F4F4F. Windows color (decimal): -1701583 or 3213798. OLE color: 3213798.

HSL color Cylindrical-coordinate representation of color #E60931: hue angle of 349.14º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60931 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 49 -
CMYK 0 0.96 0.79 0.10
HSL 349.14º 0.92% 0.47% -
HSV(B) 349.14º 0.96% 0.9% -
XYZ 33.29 17.24 4.48 -
YUV 79.64 110.72 235.25 -
System Red Green Blue C M Y K H S L
Decimal 230 9 49 0 0.96 0.79 0.10 349.14 0.92 0.47
Hex E6 9 31 0 60 4F A 15D 5C 2F
Octal 346 11 61 0 140 117 12 535 134 57
Binary 11100110 1001 110001 0 1100000 1001111 1010 101011101 1011100 101111

Color Harmonies of #E60931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60931

Black with #E60931

Text Example


Text Example

White with #E60931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60931; }

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

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

background-color css

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

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

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

border-color css

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

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

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