Html Css Color HEX #EE123F Crimson

📋 copy color: '#EE123F'

red 238 ◦ green 18 ◦ blue 63

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

Shades of Crimson #EE123F

Tints of Crimson #EE123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

 BLUE value IS 63 (25% from 255) = 19.75%

R = 74.61%
G = 5.64%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE123F (or 0xEE123F) is known color: Crimson. HEX triplet: EE, 12 and 3F. RGB value is (238,18,63). Sum of RGB (Red+Green+Blue) = 238+18+63=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE123F is #11EDC0. Grayscale: #585858. Windows color (decimal): -1174977 or 4133614. OLE color: 4133614.

HSL color Cylindrical-coordinate representation of color #EE123F: hue angle of 347.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE123F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 63 -
CMYK 0 0.92 0.74 0.07
HSL 347.73º 0.87% 0.5% -
HSV(B) 347.73º 0.92% 0.93% -
XYZ 36.37 18.97 6.45 -
YUV 88.91 113.39 234.34 -
System Red Green Blue C M Y K H S L
Decimal 238 18 63 0 0.92 0.74 0.07 347.73 0.87 0.5
Hex EE 12 3F 0 5C 4A 7 15C 57 32
Octal 356 22 77 0 134 112 7 534 127 62
Binary 11101110 10010 111111 0 1011100 1001010 111 101011100 1010111 110010

Color Harmonies of #EE123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE123F

Black with #EE123F

Text Example


Text Example

White with #EE123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE123F; }

 p { color: rgb(238,18,63); }

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

background-color css

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

 a { background-color: rgb(238,18,63); }

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

border-color css

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

 span { border-color: rgb(238,18,63); }

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