Html Css Color HEX #EF1547 Crimson

📋 copy color: '#EF1547'

red 239 ◦ green 21 ◦ blue 71

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

Shades of Crimson #EF1547

Tints of Crimson #EF1547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 72.21%
G = 6.34%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF1547 (or 0xEF1547) is known color: Crimson. HEX triplet: EF, 15 and 47. RGB value is (239,21,71). Sum of RGB (Red+Green+Blue) = 239+21+71=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1547 is #10EAB8. Grayscale: #5B5B5B. Windows color (decimal): -1108665 or 4658671. OLE color: 4658671.

HSL color Cylindrical-coordinate representation of color #EF1547: hue angle of 346.24º 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 #EF1547 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 71 -
CMYK 0 0.91 0.70 0.06
HSL 346.24º 0.87% 0.51% -
HSV(B) 346.24º 0.91% 0.94% -
XYZ 37 19.34 7.74 -
YUV 91.88 116.22 232.93 -
System Red Green Blue C M Y K H S L
Decimal 239 21 71 0 0.91 0.70 0.06 346.24 0.87 0.51
Hex EF 15 47 0 5B 46 6 15A 57 33
Octal 357 25 107 0 133 106 6 532 127 63
Binary 11101111 10101 1000111 0 1011011 1000110 110 101011010 1010111 110011

Color Harmonies of #EF1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1547

Black with #EF1547

Text Example


Text Example

White with #EF1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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