Html Css Color HEX #E6163C Crimson

📋 copy color: '#E6163C'

red 230 ◦ green 22 ◦ blue 60

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

Shades of Crimson #E6163C

Tints of Crimson #E6163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 73.72%
G = 7.05%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6163C (or 0xE6163C) is known color: Crimson. HEX triplet: E6, 16 and 3C. RGB value is (230,22,60). Sum of RGB (Red+Green+Blue) = 230+22+60=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6163C is #19E9C3. Grayscale: #585858. Windows color (decimal): -1698244 or 3938022. OLE color: 3938022.

HSL color Cylindrical-coordinate representation of color #E6163C: hue angle of 349.04º 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 #E6163C is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 60 -
CMYK 0 0.90 0.74 0.10
HSL 349.04º 0.83% 0.49% -
HSV(B) 349.04º 0.9% 0.9% -
XYZ 33.74 17.72 5.92 -
YUV 88.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 230 22 60 0 0.90 0.74 0.10 349.04 0.83 0.49
Hex E6 16 3C 0 5A 4A A 15D 53 31
Octal 346 26 74 0 132 112 12 535 123 61
Binary 11100110 10110 111100 0 1011010 1001010 1010 101011101 1010011 110001

Color Harmonies of #E6163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6163C

Black with #E6163C

Text Example


Text Example

White with #E6163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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