Html Css Color HEX #EF1027 Torch Red

📋 copy color: '#EF1027'

red 239 ◦ green 16 ◦ blue 39

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

Shades of Torch Red #EF1027

Tints of Torch Red #EF1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 81.29%
G = 5.44%
B = 13.27%

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

#EF1027 (or 0xEF1027) is known color: Torch Red. HEX triplet: EF, 10 and 27. RGB value is (239,16,39). Sum of RGB (Red+Green+Blue) = 239+16+39=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1027 is #10EFD8. Grayscale: #555555. Windows color (decimal): -1109977 or 2560239. OLE color: 2560239.

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

Color convert

RGB 239 16 39 -
CMYK 0 0.93 0.84 0.06
HSL 353.81º 0.87% 0.5% -
HSV(B) 353.81º 0.93% 0.94% -
XYZ 36.15 18.87 3.66 -
YUV 85.3 101.88 237.63 -
System Red Green Blue C M Y K H S L
Decimal 239 16 39 0 0.93 0.84 0.06 353.81 0.87 0.5
Hex EF 10 27 0 5D 54 6 162 57 32
Octal 357 20 47 0 135 124 6 542 127 62
Binary 11101111 10000 100111 0 1011101 1010100 110 101100010 1010111 110010

Color Harmonies of #EF1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1027

Black with #EF1027

Text Example


Text Example

White with #EF1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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