Html Css Color HEX #EE1943 Crimson

📋 copy color: '#EE1943'

red 238 ◦ green 25 ◦ blue 67

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

Shades of Crimson #EE1943

Tints of Crimson #EE1943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 72.12%
G = 7.58%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE1943 (or 0xEE1943) is known color: Crimson. HEX triplet: EE, 19 and 43. RGB value is (238,25,67). Sum of RGB (Red+Green+Blue) = 238+25+67=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1943 is #11E6BC. Grayscale: #5D5D5D. Windows color (decimal): -1173181 or 4397550. OLE color: 4397550.

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

Color convert

RGB 238 25 67 -
CMYK 0 0.89 0.72 0.07
HSL 348.17º 0.86% 0.52% -
HSV(B) 348.17º 0.89% 0.93% -
XYZ 36.62 19.28 7.1 -
YUV 93.48 113.07 231.08 -
System Red Green Blue C M Y K H S L
Decimal 238 25 67 0 0.89 0.72 0.07 348.17 0.86 0.52
Hex EE 19 43 0 59 48 7 15C 56 34
Octal 356 31 103 0 131 110 7 534 126 64
Binary 11101110 11001 1000011 0 1011001 1001000 111 101011100 1010110 110100

Color Harmonies of #EE1943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1943

Black with #EE1943

Text Example


Text Example

White with #EE1943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1943; }

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

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

background-color css

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

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

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

border-color css

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

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

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