Html Css Color HEX #EF1940 Crimson

📋 copy color: '#EF1940'

red 239 ◦ green 25 ◦ blue 64

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

Shades of Crimson #EF1940

Tints of Crimson #EF1940

RGB

 RED value IS 239 (93.75% from 255) = 72.87%

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

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

R = 72.87%
G = 7.62%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF1940 (or 0xEF1940) is known color: Crimson. HEX triplet: EF, 19 and 40. RGB value is (239,25,64). Sum of RGB (Red+Green+Blue) = 239+25+64=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1940 is #10E6BF. Grayscale: #5D5D5D. Windows color (decimal): -1107648 or 4200943. OLE color: 4200943.

HSL color Cylindrical-coordinate representation of color #EF1940: hue angle of 349.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1940 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 64 -
CMYK 0 0.90 0.73 0.06
HSL 349.07º 0.87% 0.52% -
HSV(B) 349.07º 0.9% 0.94% -
XYZ 36.87 19.42 6.65 -
YUV 93.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 239 25 64 0 0.90 0.73 0.06 349.07 0.87 0.52
Hex EF 19 40 0 5A 49 6 15D 57 34
Octal 357 31 100 0 132 111 6 535 127 64
Binary 11101111 11001 1000000 0 1011010 1001001 110 101011101 1010111 110100

Color Harmonies of #EF1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1940

Black with #EF1940

Text Example


Text Example

White with #EF1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1940; }

 p { color: rgb(239,25,64); }

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

background-color css

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

 a { background-color: rgb(239,25,64); }

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

border-color css

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

 span { border-color: rgb(239,25,64); }

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