Html Css Color HEX #EF1028 Torch Red

📋 copy color: '#EF1028'

red 239 ◦ green 16 ◦ blue 40

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

Shades of Torch Red #EF1028

Tints of Torch Red #EF1028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 81.02%
G = 5.42%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF1028 (or 0xEF1028) is known color: Torch Red. HEX triplet: EF, 10 and 28. RGB value is (239,16,40). Sum of RGB (Red+Green+Blue) = 239+16+40=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1028 is #10EFD7. Grayscale: #555555. Windows color (decimal): -1109976 or 2625775. OLE color: 2625775.

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

Color convert

RGB 239 16 40 -
CMYK 0 0.93 0.83 0.06
HSL 353.54º 0.87% 0.5% -
HSV(B) 353.54º 0.93% 0.94% -
XYZ 36.16 18.87 3.74 -
YUV 85.41 102.38 237.55 -
System Red Green Blue C M Y K H S L
Decimal 239 16 40 0 0.93 0.83 0.06 353.54 0.87 0.5
Hex EF 10 28 0 5D 53 6 162 57 32
Octal 357 20 50 0 135 123 6 542 127 62
Binary 11101111 10000 101000 0 1011101 1010011 110 101100010 1010111 110010

Color Harmonies of #EF1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1028

Black with #EF1028

Text Example


Text Example

White with #EF1028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1028; }

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

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

background-color css

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

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

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

border-color css

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

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

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