Html Css Color HEX #EF001F Torch Red

📋 copy color: '#EF001F'

red 239 ◦ green 0 ◦ blue 31

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

Shades of Torch Red #EF001F

Tints of Torch Red #EF001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.52%
G = 0%
B = 11.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF001F (or 0xEF001F) is known color: Torch Red. HEX triplet: EF, 00 and 1F. RGB value is (239,0,31). Sum of RGB (Red+Green+Blue) = 239+0+31=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF001F is #10FFE0. Grayscale: #4B4B4B. Windows color (decimal): -1114081 or 2031855. OLE color: 2031855.

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

Color convert

RGB 239 0 31 -
CMYK 0 1 0.87 0.06
HSL 352.22º 1% 0.47% -
HSV(B) 352.22º 1% 0.94% -
XYZ 35.84 18.45 2.97 -
YUV 75 103.18 244.98 -
System Red Green Blue C M Y K H S L
Decimal 239 0 31 0 1 0.87 0.06 352.22 1 0.47
Hex EF 0 1F 0 64 57 6 160 64 2F
Octal 357 0 37 0 144 127 6 540 144 57
Binary 11101111 0 11111 0 1100100 1010111 110 101100000 1100100 101111

Color Harmonies of #EF001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF001F

Black with #EF001F

Text Example


Text Example

White with #EF001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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