Html Css Color HEX #EE173B Crimson

📋 copy color: '#EE173B'

red 238 ◦ green 23 ◦ blue 59

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

Shades of Crimson #EE173B

Tints of Crimson #EE173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.19%

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 74.38%
G = 7.19%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE173B (or 0xEE173B) is known color: Crimson. HEX triplet: EE, 17 and 3B. RGB value is (238,23,59). Sum of RGB (Red+Green+Blue) = 238+23+59=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE173B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE173B is #11E8C4. Grayscale: #5B5B5B. Windows color (decimal): -1173701 or 3872750. OLE color: 3872750.

HSL color Cylindrical-coordinate representation of color #EE173B: hue angle of 349.95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE173B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 23 59 -
CMYK 0 0.90 0.75 0.07
HSL 349.95º 0.86% 0.51% -
HSV(B) 349.95º 0.9% 0.93% -
XYZ 36.36 19.11 5.91 -
YUV 91.39 109.73 232.57 -
System Red Green Blue C M Y K H S L
Decimal 238 23 59 0 0.90 0.75 0.07 349.95 0.86 0.51
Hex EE 17 3B 0 5A 4B 7 15E 56 33
Octal 356 27 73 0 132 113 7 536 126 63
Binary 11101110 10111 111011 0 1011010 1001011 111 101011110 1010110 110011

Color Harmonies of #EE173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE173B

Black with #EE173B

Text Example


Text Example

White with #EE173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE173B; }

 p { color: rgb(238,23,59); }

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

background-color css

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

 a { background-color: rgb(238,23,59); }

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

border-color css

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

 span { border-color: rgb(238,23,59); }

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