Html Css Color HEX #E6193C Crimson

📋 copy color: '#E6193C'

red 230 ◦ green 25 ◦ blue 60

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

Shades of Crimson #E6193C

Tints of Crimson #E6193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

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

R = 73.02%
G = 7.94%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E6193C (or 0xE6193C) is known color: Crimson. HEX triplet: E6, 19 and 3C. RGB value is (230,25,60). Sum of RGB (Red+Green+Blue) = 230+25+60=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E6193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6193C is #19E6C3. Grayscale: #5A5A5A. Windows color (decimal): -1697476 or 3938790. OLE color: 3938790.

HSL color Cylindrical-coordinate representation of color #E6193C: hue angle of 349.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6193C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 25 60 -
CMYK 0 0.89 0.74 0.10
HSL 349.76º 0.8% 0.5% -
HSV(B) 349.76º 0.89% 0.9% -
XYZ 33.8 17.84 5.94 -
YUV 90.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 230 25 60 0 0.89 0.74 0.10 349.76 0.8 0.5
Hex E6 19 3C 0 59 4A A 15E 50 32
Octal 346 31 74 0 131 112 12 536 120 62
Binary 11100110 11001 111100 0 1011001 1001010 1010 101011110 1010000 110010

Color Harmonies of #E6193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6193C

Black with #E6193C

Text Example


Text Example

White with #E6193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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