Html Css Color HEX #EF1145 Crimson

📋 copy color: '#EF1145'

red 239 ◦ green 17 ◦ blue 69

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

Shades of Crimson #EF1145

Tints of Crimson #EF1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 73.54%
G = 5.23%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF1145 (or 0xEF1145) is known color: Crimson. HEX triplet: EF, 11 and 45. RGB value is (239,17,69). Sum of RGB (Red+Green+Blue) = 239+17+69=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1145 is #10EEBA. Grayscale: #595959. Windows color (decimal): -1109691 or 4526575. OLE color: 4526575.

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

Color convert

RGB 239 17 69 -
CMYK 0 0.93 0.71 0.06
HSL 345.95º 0.87% 0.5% -
HSV(B) 345.95º 0.93% 0.94% -
XYZ 36.87 19.18 7.39 -
YUV 89.31 116.55 234.77 -
System Red Green Blue C M Y K H S L
Decimal 239 17 69 0 0.93 0.71 0.06 345.95 0.87 0.5
Hex EF 11 45 0 5D 47 6 15A 57 32
Octal 357 21 105 0 135 107 6 532 127 62
Binary 11101111 10001 1000101 0 1011101 1000111 110 101011010 1010111 110010

Color Harmonies of #EF1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1145

Black with #EF1145

Text Example


Text Example

White with #EF1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1145; }

 p { color: rgb(239,17,69); }

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

background-color css

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

 a { background-color: rgb(239,17,69); }

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

border-color css

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

 span { border-color: rgb(239,17,69); }

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