Html Css Color HEX #EE1541 Crimson

📋 copy color: '#EE1541'

red 238 ◦ green 21 ◦ blue 65

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

Shades of Crimson #EE1541

Tints of Crimson #EE1541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

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

R = 73.46%
G = 6.48%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE1541 (or 0xEE1541) is known color: Crimson. HEX triplet: EE, 15 and 41. RGB value is (238,21,65). Sum of RGB (Red+Green+Blue) = 238+21+65=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1541 is #11EABE. Grayscale: #5A5A5A. Windows color (decimal): -1174207 or 4265454. OLE color: 4265454.

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

Color convert

RGB 238 21 65 -
CMYK 0 0.91 0.73 0.07
HSL 347.83º 0.86% 0.51% -
HSV(B) 347.83º 0.91% 0.93% -
XYZ 36.48 19.1 6.76 -
YUV 90.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 238 21 65 0 0.91 0.73 0.07 347.83 0.86 0.51
Hex EE 15 41 0 5B 49 7 15C 56 33
Octal 356 25 101 0 133 111 7 534 126 63
Binary 11101110 10101 1000001 0 1011011 1001001 111 101011100 1010110 110011

Color Harmonies of #EE1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1541

Black with #EE1541

Text Example


Text Example

White with #EE1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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