Html Css Color HEX #F51015 Torch Red

📋 copy color: '#F51015'

red 245 ◦ green 16 ◦ blue 21

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

Shades of Torch Red #F51015

Tints of Torch Red #F51015

RGB

 RED value IS 245 (96.09% from 255) = 86.88%

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

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

R = 86.88%
G = 5.67%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F51015 (or 0xF51015) is known color: Torch Red. HEX triplet: F5, 10 and 15. RGB value is (245,16,21). Sum of RGB (Red+Green+Blue) = 245+16+21=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F51015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51015 is #0AEFEA. Grayscale: #555555. Windows color (decimal): -716779 or 1380597. OLE color: 1380597.

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

Color convert

RGB 245 16 21 -
CMYK 0 0.93 0.91 0.04
HSL 358.69º 0.92% 0.51% -
HSV(B) 358.69º 0.93% 0.96% -
XYZ 37.98 19.84 2.54 -
YUV 85.04 91.87 242.09 -
System Red Green Blue C M Y K H S L
Decimal 245 16 21 0 0.93 0.91 0.04 358.69 0.92 0.51
Hex F5 10 15 0 5D 5B 4 167 5C 33
Octal 365 20 25 0 135 133 4 547 134 63
Binary 11110101 10000 10101 0 1011101 1011011 100 101100111 1011100 110011

Color Harmonies of #F51015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51015

Black with #F51015

Text Example


Text Example

White with #F51015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51015; }

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

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

background-color css

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

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

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

border-color css

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

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

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