#EF0527

Color #EF0527 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EF0527

Tints of Torch Red #EF0527

Color information

#EF0527 (or 0xEF0527) is unknown color: approx Torch Red. HEX triplet: EF, 05 and 27. RGB value is (239,5,39). Sum of RGB (Red+Green+Blue) = 239+5+39=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0527 is #10FAD8. Grayscale: #4E4E4E. Windows color (decimal): -1112793 or 2557423. OLE color: 2557423.

HSL color Cylindrical-coordinate representation of color #EF0527: hue angle of 351.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0527 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB239539-
CMYK00.980.840.06
HSL351.28º95.9%47.84%-
HSV(B)351.28º97.91%93.73%-
XYZ36.0218.613.61-
YUV78.84105.52242.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 84.45%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=84.45%
G=1.77%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23953900.980.840.06351.2895.947.84
HexEF52706254615f6030
Octal3575470142124653714060
Binary111011111011001110110001010101001101010111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0527; }

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

 H1.HeaderClassName
 {
   color: #EF0527;
 }
 .AnyTagClassName
 {
   color: #EF0527;
 }
</style>
background-color css

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

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

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

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

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

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