Html Css Color HEX #EE193D Crimson

📋 copy color: '#EE193D'

red 238 ◦ green 25 ◦ blue 61

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

Shades of Crimson #EE193D

Tints of Crimson #EE193D

RGB

 RED value IS 238 (93.36% from 255) = 73.46%

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 73.46%
G = 7.72%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE193D (or 0xEE193D) is known color: Crimson. HEX triplet: EE, 19 and 3D. RGB value is (238,25,61). Sum of RGB (Red+Green+Blue) = 238+25+61=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE193D is #11E6C2. Grayscale: #5C5C5C. Windows color (decimal): -1173187 or 4004334. OLE color: 4004334.

HSL color Cylindrical-coordinate representation of color #EE193D: hue angle of 349.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE193D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 61 -
CMYK 0 0.89 0.74 0.07
HSL 349.86º 0.86% 0.52% -
HSV(B) 349.86º 0.89% 0.93% -
XYZ 36.45 19.21 6.2 -
YUV 92.79 110.07 231.57 -
System Red Green Blue C M Y K H S L
Decimal 238 25 61 0 0.89 0.74 0.07 349.86 0.86 0.52
Hex EE 19 3D 0 59 4A 7 15E 56 34
Octal 356 31 75 0 131 112 7 536 126 64
Binary 11101110 11001 111101 0 1011001 1001010 111 101011110 1010110 110100

Color Harmonies of #EE193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE193D

Black with #EE193D

Text Example


Text Example

White with #EE193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE193D; }

 p { color: rgb(238,25,61); }

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

background-color css

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

 a { background-color: rgb(238,25,61); }

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

border-color css

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

 span { border-color: rgb(238,25,61); }

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