Html Css Color HEX #EF1730 Torch Red

📋 copy color: '#EF1730'

red 239 ◦ green 23 ◦ blue 48

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

Shades of Torch Red #EF1730

Tints of Torch Red #EF1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 77.1%
G = 7.42%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF1730 (or 0xEF1730) is known color: Torch Red. HEX triplet: EF, 17 and 30. RGB value is (239,23,48). Sum of RGB (Red+Green+Blue) = 239+23+48=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1730 is #10E8CF. Grayscale: #5A5A5A. Windows color (decimal): -1108176 or 3151855. OLE color: 3151855.

HSL color Cylindrical-coordinate representation of color #EF1730: hue angle of 353.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1730 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 23 48 -
CMYK 0 0.90 0.80 0.06
HSL 353.06º 0.87% 0.51% -
HSV(B) 353.06º 0.9% 0.94% -
XYZ 36.44 19.18 4.58 -
YUV 90.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 239 23 48 0 0.90 0.80 0.06 353.06 0.87 0.51
Hex EF 17 30 0 5A 50 6 161 57 33
Octal 357 27 60 0 132 120 6 541 127 63
Binary 11101111 10111 110000 0 1011010 1010000 110 101100001 1010111 110011

Color Harmonies of #EF1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1730

Black with #EF1730

Text Example


Text Example

White with #EF1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1730; }

 p { color: rgb(239,23,48); }

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

background-color css

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

 a { background-color: rgb(239,23,48); }

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

border-color css

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

 span { border-color: rgb(239,23,48); }

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