Html Css Color HEX #E6163A Crimson

📋 copy color: '#E6163A'

red 230 ◦ green 22 ◦ blue 58

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

Shades of Crimson #E6163A

Tints of Crimson #E6163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 74.19%
G = 7.1%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6163A (or 0xE6163A) is known color: Crimson. HEX triplet: E6, 16 and 3A. RGB value is (230,22,58). Sum of RGB (Red+Green+Blue) = 230+22+58=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E6163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6163A is #19E9C5. Grayscale: #585858. Windows color (decimal): -1698246 or 3806950. OLE color: 3806950.

HSL color Cylindrical-coordinate representation of color #E6163A: hue angle of 349.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6163A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 58 -
CMYK 0 0.90 0.75 0.10
HSL 349.62º 0.83% 0.49% -
HSV(B) 349.62º 0.9% 0.9% -
XYZ 33.68 17.7 5.64 -
YUV 88.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 230 22 58 0 0.90 0.75 0.10 349.62 0.83 0.49
Hex E6 16 3A 0 5A 4B A 15E 53 31
Octal 346 26 72 0 132 113 12 536 123 61
Binary 11100110 10110 111010 0 1011010 1001011 1010 101011110 1010011 110001

Color Harmonies of #E6163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6163A

Black with #E6163A

Text Example


Text Example

White with #E6163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6163A; }

 p { color: rgb(230,22,58); }

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

background-color css

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

 a { background-color: rgb(230,22,58); }

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

border-color css

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

 span { border-color: rgb(230,22,58); }

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