Html Css Color HEX #FF1014 Torch Red

📋 copy color: '#FF1014'

red 255 ◦ green 16 ◦ blue 20

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

Shades of Torch Red #FF1014

Tints of Torch Red #FF1014

RGB

 RED value IS 255 (100% from 255) = 87.63%

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

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 87.63%
G = 5.5%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1014 (or 0xFF1014) is known color: Torch Red. HEX triplet: FF, 10 and 14. RGB value is (255,16,20). Sum of RGB (Red+Green+Blue) = 255+16+20=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1014 is #00EFEB. Grayscale: #585858. Windows color (decimal): -61420 or 1315071. OLE color: 1315071.

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

Color convert

RGB 255 16 20 -
CMYK 0 0.94 0.92 0
HSL 359º 1% 0.53% -
HSV(B) 359º 0.94% 1% -
XYZ 41.55 21.68 2.66 -
YUV 87.92 89.68 247.17 -
System Red Green Blue C M Y K H S L
Decimal 255 16 20 0 0.94 0.92 0 359 1 0.53
Hex FF 10 14 0 5E 5C 0 167 64 35
Octal 377 20 24 0 136 134 0 547 144 65
Binary 11111111 10000 10100 0 1011110 1011100 0 101100111 1100100 110101

Color Harmonies of #FF1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1014

Black with #FF1014

Text Example


Text Example

White with #FF1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1014; }

 p { color: rgb(255,16,20); }

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

background-color css

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

 a { background-color: rgb(255,16,20); }

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

border-color css

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

 span { border-color: rgb(255,16,20); }

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