Html Css Color HEX #EE1841 Crimson

📋 copy color: '#EE1841'

red 238 ◦ green 24 ◦ blue 65

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

Shades of Crimson #EE1841

Tints of Crimson #EE1841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 72.78%
G = 7.34%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE1841 (or 0xEE1841) is known color: Crimson. HEX triplet: EE, 18 and 41. RGB value is (238,24,65). Sum of RGB (Red+Green+Blue) = 238+24+65=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1841 is #11E7BE. Grayscale: #5C5C5C. Windows color (decimal): -1173439 or 4266222. OLE color: 4266222.

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

Color convert

RGB 238 24 65 -
CMYK 0 0.90 0.73 0.07
HSL 348.5º 0.86% 0.51% -
HSV(B) 348.5º 0.9% 0.93% -
XYZ 36.54 19.21 6.78 -
YUV 92.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 238 24 65 0 0.90 0.73 0.07 348.5 0.86 0.51
Hex EE 18 41 0 5A 49 7 15D 56 33
Octal 356 30 101 0 132 111 7 535 126 63
Binary 11101110 11000 1000001 0 1011010 1001001 111 101011101 1010110 110011

Color Harmonies of #EE1841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1841

Black with #EE1841

Text Example


Text Example

White with #EE1841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1841; }

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

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

background-color css

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

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

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

border-color css

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

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

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