Html Css Color HEX #E6163E Crimson

📋 copy color: '#E6163E'

red 230 ◦ green 22 ◦ blue 62

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

Shades of Crimson #E6163E

Tints of Crimson #E6163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 73.25%
G = 7.01%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6163E (or 0xE6163E) is known color: Crimson. HEX triplet: E6, 16 and 3E. RGB value is (230,22,62). Sum of RGB (Red+Green+Blue) = 230+22+62=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E6163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6163E is #19E9C1. Grayscale: #585858. Windows color (decimal): -1698242 or 4069094. OLE color: 4069094.

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

Color convert

RGB 230 22 62 -
CMYK 0 0.90 0.73 0.10
HSL 348.46º 0.83% 0.49% -
HSV(B) 348.46º 0.9% 0.9% -
XYZ 33.79 17.74 6.2 -
YUV 88.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 230 22 62 0 0.90 0.73 0.10 348.46 0.83 0.49
Hex E6 16 3E 0 5A 49 A 15C 53 31
Octal 346 26 76 0 132 111 12 534 123 61
Binary 11100110 10110 111110 0 1011010 1001001 1010 101011100 1010011 110001

Color Harmonies of #E6163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6163E

Black with #E6163E

Text Example


Text Example

White with #E6163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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