Html Css Color HEX #EE1840 Crimson

📋 copy color: '#EE1840'

red 238 ◦ green 24 ◦ blue 64

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

Shades of Crimson #EE1840

Tints of Crimson #EE1840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 73.01%
G = 7.36%
B = 19.63%

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

#EE1840 (or 0xEE1840) is known color: Crimson. HEX triplet: EE, 18 and 40. RGB value is (238,24,64). Sum of RGB (Red+Green+Blue) = 238+24+64=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1840 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1840 is #11E7BF. Grayscale: #5C5C5C. Windows color (decimal): -1173440 or 4200686. OLE color: 4200686.

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

Color convert

RGB 238 24 64 -
CMYK 0 0.90 0.73 0.07
HSL 348.79º 0.86% 0.51% -
HSV(B) 348.79º 0.9% 0.93% -
XYZ 36.51 19.2 6.63 -
YUV 92.55 111.9 231.75 -
System Red Green Blue C M Y K H S L
Decimal 238 24 64 0 0.90 0.73 0.07 348.79 0.86 0.51
Hex EE 18 40 0 5A 49 7 15D 56 33
Octal 356 30 100 0 132 111 7 535 126 63
Binary 11101110 11000 1000000 0 1011010 1001001 111 101011101 1010110 110011

Color Harmonies of #EE1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1840

Black with #EE1840

Text Example


Text Example

White with #EE1840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1840; }

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

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

background-color css

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

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

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

border-color css

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

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

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