Html Css Color HEX #EF1546 Crimson

📋 copy color: '#EF1546'

red 239 ◦ green 21 ◦ blue 70

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

Shades of Crimson #EF1546

Tints of Crimson #EF1546

RGB

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

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

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

R = 72.42%
G = 6.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF1546 (or 0xEF1546) is known color: Crimson. HEX triplet: EF, 15 and 46. RGB value is (239,21,70). Sum of RGB (Red+Green+Blue) = 239+21+70=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1546 is #10EAB9. Grayscale: #5B5B5B. Windows color (decimal): -1108666 or 4593135. OLE color: 4593135.

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

Color convert

RGB 239 21 70 -
CMYK 0 0.91 0.71 0.06
HSL 346.51º 0.87% 0.51% -
HSV(B) 346.51º 0.91% 0.94% -
XYZ 36.97 19.33 7.58 -
YUV 91.77 115.72 233.02 -
System Red Green Blue C M Y K H S L
Decimal 239 21 70 0 0.91 0.71 0.06 346.51 0.87 0.51
Hex EF 15 46 0 5B 47 6 15B 57 33
Octal 357 25 106 0 133 107 6 533 127 63
Binary 11101111 10101 1000110 0 1011011 1000111 110 101011011 1010111 110011

Color Harmonies of #EF1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1546

Black with #EF1546

Text Example


Text Example

White with #EF1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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