Html Css Color HEX #EF1127 Torch Red

📋 copy color: '#EF1127'

red 239 ◦ green 17 ◦ blue 39

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

Shades of Torch Red #EF1127

Tints of Torch Red #EF1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 81.02%
G = 5.76%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF1127 (or 0xEF1127) is known color: Torch Red. HEX triplet: EF, 11 and 27. RGB value is (239,17,39). Sum of RGB (Red+Green+Blue) = 239+17+39=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1127 is #10EED8. Grayscale: #565656. Windows color (decimal): -1109721 or 2560495. OLE color: 2560495.

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

Color convert

RGB 239 17 39 -
CMYK 0 0.93 0.84 0.06
HSL 354.05º 0.87% 0.5% -
HSV(B) 354.05º 0.93% 0.94% -
XYZ 36.16 18.9 3.66 -
YUV 85.89 101.55 237.21 -
System Red Green Blue C M Y K H S L
Decimal 239 17 39 0 0.93 0.84 0.06 354.05 0.87 0.5
Hex EF 11 27 0 5D 54 6 162 57 32
Octal 357 21 47 0 135 124 6 542 127 62
Binary 11101111 10001 100111 0 1011101 1010100 110 101100010 1010111 110010

Color Harmonies of #EF1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1127

Black with #EF1127

Text Example


Text Example

White with #EF1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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