Html Css Color HEX #EF1430 Torch Red

📋 copy color: '#EF1430'

red 239 ◦ green 20 ◦ blue 48

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

Shades of Torch Red #EF1430

Tints of Torch Red #EF1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 77.85%
G = 6.51%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF1430 (or 0xEF1430) is known color: Torch Red. HEX triplet: EF, 14 and 30. RGB value is (239,20,48). Sum of RGB (Red+Green+Blue) = 239+20+48=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1430 is #10EBCF. Grayscale: #585858. Windows color (decimal): -1108944 or 3151087. OLE color: 3151087.

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

Color convert

RGB 239 20 48 -
CMYK 0 0.92 0.80 0.06
HSL 352.33º 0.87% 0.51% -
HSV(B) 352.33º 0.92% 0.94% -
XYZ 36.38 19.06 4.56 -
YUV 88.67 105.05 235.22 -
System Red Green Blue C M Y K H S L
Decimal 239 20 48 0 0.92 0.80 0.06 352.33 0.87 0.51
Hex EF 14 30 0 5C 50 6 160 57 33
Octal 357 24 60 0 134 120 6 540 127 63
Binary 11101111 10100 110000 0 1011100 1010000 110 101100000 1010111 110011

Color Harmonies of #EF1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1430

Black with #EF1430

Text Example


Text Example

White with #EF1430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1430; }

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

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

background-color css

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

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

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

border-color css

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

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

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