Html Css Color HEX #FF1013 Torch Red

📋 copy color: '#FF1013'

red 255 ◦ green 16 ◦ blue 19

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

Shades of Torch Red #FF1013

Tints of Torch Red #FF1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 87.93%
G = 5.52%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF1013 (or 0xFF1013) is known color: Torch Red. HEX triplet: FF, 10 and 13. RGB value is (255,16,19). Sum of RGB (Red+Green+Blue) = 255+16+19=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1013 is #00EFEC. Grayscale: #585858. Windows color (decimal): -61421 or 1249535. OLE color: 1249535.

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

Color convert

RGB 255 16 19 -
CMYK 0 0.94 0.93 0
HSL 359.25º 1% 0.53% -
HSV(B) 359.25º 0.94% 1% -
XYZ 41.54 21.68 2.61 -
YUV 87.8 89.18 247.26 -
System Red Green Blue C M Y K H S L
Decimal 255 16 19 0 0.94 0.93 0 359.25 1 0.53
Hex FF 10 13 0 5E 5D 0 167 64 35
Octal 377 20 23 0 136 135 0 547 144 65
Binary 11111111 10000 10011 0 1011110 1011101 0 101100111 1100100 110101

Color Harmonies of #FF1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1013

Black with #FF1013

Text Example


Text Example

White with #FF1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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