Html Css Color HEX #EF1330 Torch Red

📋 copy color: '#EF1330'

red 239 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #EF1330

Tints of Torch Red #EF1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 78.1%
G = 6.21%
B = 15.69%

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

#EF1330 (or 0xEF1330) is known color: Torch Red. HEX triplet: EF, 13 and 30. RGB value is (239,19,48). Sum of RGB (Red+Green+Blue) = 239+19+48=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1330 is #10ECCF. Grayscale: #585858. Windows color (decimal): -1109200 or 3150831. OLE color: 3150831.

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

Color convert

RGB 239 19 48 -
CMYK 0 0.92 0.80 0.06
HSL 352.09º 0.87% 0.51% -
HSV(B) 352.09º 0.92% 0.94% -
XYZ 36.36 19.03 4.55 -
YUV 88.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 239 19 48 0 0.92 0.80 0.06 352.09 0.87 0.51
Hex EF 13 30 0 5C 50 6 160 57 33
Octal 357 23 60 0 134 120 6 540 127 63
Binary 11101111 10011 110000 0 1011100 1010000 110 101100000 1010111 110011

Color Harmonies of #EF1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1330

Black with #EF1330

Text Example


Text Example

White with #EF1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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