Html Css Color HEX #FF0715 Torch Red

📋 copy color: '#FF0715'

red 255 ◦ green 7 ◦ blue 21

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

Shades of Torch Red #FF0715

Tints of Torch Red #FF0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

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

R = 90.11%
G = 2.47%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF0715 (or 0xFF0715) is known color: Torch Red. HEX triplet: FF, 07 and 15. RGB value is (255,7,21). Sum of RGB (Red+Green+Blue) = 255+7+21=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0715 is #00F8EA. Grayscale: #525252. Windows color (decimal): -63723 or 1378303. OLE color: 1378303.

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

Color convert

RGB 255 7 21 -
CMYK 0 0.97 0.92 0
HSL 356.61º 1% 0.51% -
HSV(B) 356.61º 0.97% 1% -
XYZ 41.45 21.47 2.67 -
YUV 82.75 93.16 250.86 -
System Red Green Blue C M Y K H S L
Decimal 255 7 21 0 0.97 0.92 0 356.61 1 0.51
Hex FF 7 15 0 61 5C 0 165 64 33
Octal 377 7 25 0 141 134 0 545 144 63
Binary 11111111 111 10101 0 1100001 1011100 0 101100101 1100100 110011

Color Harmonies of #FF0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0715

Black with #FF0715

Text Example


Text Example

White with #FF0715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0715; }

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

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

background-color css

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

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

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

border-color css

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

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

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