Html Css Color HEX #EF133F Torch Red

📋 copy color: '#EF133F'

red 239 ◦ green 19 ◦ blue 63

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

Shades of Torch Red #EF133F

Tints of Torch Red #EF133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 74.45%
G = 5.92%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF133F (or 0xEF133F) is known color: Torch Red. HEX triplet: EF, 13 and 3F. RGB value is (239,19,63). Sum of RGB (Red+Green+Blue) = 239+19+63=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF133F is #10ECC0. Grayscale: #595959. Windows color (decimal): -1109185 or 4133871. OLE color: 4133871.

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

Color convert

RGB 239 19 63 -
CMYK 0 0.92 0.74 0.06
HSL 348º 0.87% 0.51% -
HSV(B) 348º 0.92% 0.94% -
XYZ 36.73 19.18 6.47 -
YUV 89.8 112.89 234.42 -
System Red Green Blue C M Y K H S L
Decimal 239 19 63 0 0.92 0.74 0.06 348 0.87 0.51
Hex EF 13 3F 0 5C 4A 6 15C 57 33
Octal 357 23 77 0 134 112 6 534 127 63
Binary 11101111 10011 111111 0 1011100 1001010 110 101011100 1010111 110011

Color Harmonies of #EF133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF133F

Black with #EF133F

Text Example


Text Example

White with #EF133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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