Html Css Color HEX #FF1015 Torch Red

📋 copy color: '#FF1015'

red 255 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #FF1015

Tints of Torch Red #FF1015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 87.33%
G = 5.48%
B = 7.19%

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

#FF1015 (or 0xFF1015) is known color: Torch Red. HEX triplet: FF, 10 and 15. RGB value is (255,16,21). Sum of RGB (Red+Green+Blue) = 255+16+21=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1015 is #00EFEA. Grayscale: #585858. Windows color (decimal): -61419 or 1380607. OLE color: 1380607.

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

Color convert

RGB 255 16 21 -
CMYK 0 0.94 0.92 0
HSL 358.74º 1% 0.53% -
HSV(B) 358.74º 0.94% 1% -
XYZ 41.56 21.68 2.7 -
YUV 88.03 90.18 247.09 -
System Red Green Blue C M Y K H S L
Decimal 255 16 21 0 0.94 0.92 0 358.74 1 0.53
Hex FF 10 15 0 5E 5C 0 167 64 35
Octal 377 20 25 0 136 134 0 547 144 65
Binary 11111111 10000 10101 0 1011110 1011100 0 101100111 1100100 110101

Color Harmonies of #FF1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1015

Black with #FF1015

Text Example


Text Example

White with #FF1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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