Html Css Color HEX #EF101F Torch Red

📋 copy color: '#EF101F'

red 239 ◦ green 16 ◦ blue 31

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

Shades of Torch Red #EF101F

Tints of Torch Red #EF101F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 83.57%
G = 5.59%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF101F (or 0xEF101F) is known color: Torch Red. HEX triplet: EF, 10 and 1F. RGB value is (239,16,31). Sum of RGB (Red+Green+Blue) = 239+16+31=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF101F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF101F is #10EFE0. Grayscale: #545454. Windows color (decimal): -1109985 or 2035951. OLE color: 2035951.

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

Color convert

RGB 239 16 31 -
CMYK 0 0.93 0.87 0.06
HSL 355.96º 0.87% 0.5% -
HSV(B) 355.96º 0.93% 0.94% -
XYZ 36.03 18.82 3.03 -
YUV 84.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 239 16 31 0 0.93 0.87 0.06 355.96 0.87 0.5
Hex EF 10 1F 0 5D 57 6 164 57 32
Octal 357 20 37 0 135 127 6 544 127 62
Binary 11101111 10000 11111 0 1011101 1010111 110 101100100 1010111 110010

Color Harmonies of #EF101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF101F

Black with #EF101F

Text Example


Text Example

White with #EF101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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