Html Css Color HEX #E60031 Crimson

📋 copy color: '#E60031'

red 230 ◦ green 0 ◦ blue 49

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

Shades of Crimson #E60031

Tints of Crimson #E60031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.44%
G = 0%
B = 17.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E60031 (or 0xE60031) is known color: Crimson. HEX triplet: E6, 00 and 31. RGB value is (230,0,49). Sum of RGB (Red+Green+Blue) = 230+0+49=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E60031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60031 is #19FFCE. Grayscale: #4A4A4A. Windows color (decimal): -1703887 or 3211494. OLE color: 3211494.

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

Color convert

RGB 230 0 49 -
CMYK 0 1 0.79 0.10
HSL 347.22º 1% 0.45% -
HSV(B) 347.22º 1% 0.9% -
XYZ 33.19 17.04 4.45 -
YUV 74.36 113.7 239.02 -
System Red Green Blue C M Y K H S L
Decimal 230 0 49 0 1 0.79 0.10 347.22 1 0.45
Hex E6 0 31 0 64 4F A 15B 64 2D
Octal 346 0 61 0 144 117 12 533 144 55
Binary 11100110 0 110001 0 1100100 1001111 1010 101011011 1100100 101101

Color Harmonies of #E60031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60031

Black with #E60031

Text Example


Text Example

White with #E60031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60031; }

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

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

background-color css

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

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

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

border-color css

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

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

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