Html Css Color HEX #EE183B Crimson

📋 copy color: '#EE183B'

red 238 ◦ green 24 ◦ blue 59

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

Shades of Crimson #EE183B

Tints of Crimson #EE183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

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

R = 74.14%
G = 7.48%
B = 18.38%

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

#EE183B (or 0xEE183B) is known color: Crimson. HEX triplet: EE, 18 and 3B. RGB value is (238,24,59). Sum of RGB (Red+Green+Blue) = 238+24+59=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE183B is #11E7C4. Grayscale: #5C5C5C. Windows color (decimal): -1173445 or 3873006. OLE color: 3873006.

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

Color convert

RGB 238 24 59 -
CMYK 0 0.90 0.75 0.07
HSL 350.19º 0.86% 0.51% -
HSV(B) 350.19º 0.9% 0.93% -
XYZ 36.38 19.15 5.92 -
YUV 91.98 109.4 232.15 -
System Red Green Blue C M Y K H S L
Decimal 238 24 59 0 0.90 0.75 0.07 350.19 0.86 0.51
Hex EE 18 3B 0 5A 4B 7 15E 56 33
Octal 356 30 73 0 132 113 7 536 126 63
Binary 11101110 11000 111011 0 1011010 1001011 111 101011110 1010110 110011

Color Harmonies of #EE183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE183B

Black with #EE183B

Text Example


Text Example

White with #EE183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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