Html Css Color HEX #EF0E46 Crimson

📋 copy color: '#EF0E46'

red 239 ◦ green 14 ◦ blue 70

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

Shades of Crimson #EF0E46

Tints of Crimson #EF0E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 73.99%
G = 4.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF0E46 (or 0xEF0E46) is known color: Crimson. HEX triplet: EF, 0E and 46. RGB value is (239,14,70). Sum of RGB (Red+Green+Blue) = 239+14+70=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E46 is #10F1B9. Grayscale: #575757. Windows color (decimal): -1110458 or 4591343. OLE color: 4591343.

HSL color Cylindrical-coordinate representation of color #EF0E46: hue angle of 345.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E46 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 14 70 -
CMYK 0 0.94 0.71 0.06
HSL 345.07º 0.89% 0.5% -
HSV(B) 345.07º 0.94% 0.94% -
XYZ 36.86 19.11 7.54 -
YUV 87.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 239 14 70 0 0.94 0.71 0.06 345.07 0.89 0.5
Hex EF E 46 0 5E 47 6 159 59 32
Octal 357 16 106 0 136 107 6 531 131 62
Binary 11101111 1110 1000110 0 1011110 1000111 110 101011001 1011001 110010

Color Harmonies of #EF0E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E46

Black with #EF0E46

Text Example


Text Example

White with #EF0E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E46; }

 p { color: rgb(239,14,70); }

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

background-color css

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

 a { background-color: rgb(239,14,70); }

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

border-color css

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

 span { border-color: rgb(239,14,70); }

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