Html Css Color HEX #F10515 Torch Red

📋 copy color: '#F10515'

red 241 ◦ green 5 ◦ blue 21

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

Shades of Torch Red #F10515

Tints of Torch Red #F10515

RGB

 RED value IS 241 (94.53% from 255) = 90.26%

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 90.26%
G = 1.87%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F10515 (or 0xF10515) is known color: Torch Red. HEX triplet: F1, 05 and 15. RGB value is (241,5,21). Sum of RGB (Red+Green+Blue) = 241+5+21=267 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.26% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 241 - color contains mainly: red. Hex color #F10515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10515 is #0EFAEA. Grayscale: #4D4D4D. Windows color (decimal): -981739 or 1377777. OLE color: 1377777.

HSL color Cylindrical-coordinate representation of color #F10515: hue angle of 355.93º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10515 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 5 21 -
CMYK 0 0.98 0.91 0.05
HSL 355.93º 0.96% 0.48% -
HSV(B) 355.93º 0.98% 0.95% -
XYZ 36.47 18.86 2.43 -
YUV 77.39 96.19 244.7 -
System Red Green Blue C M Y K H S L
Decimal 241 5 21 0 0.98 0.91 0.05 355.93 0.96 0.48
Hex F1 5 15 0 62 5B 5 164 60 30
Octal 361 5 25 0 142 133 5 544 140 60
Binary 11110001 101 10101 0 1100010 1011011 101 101100100 1100000 110000

Color Harmonies of #F10515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10515

Black with #F10515

Text Example


Text Example

White with #F10515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10515; }

 p { color: rgb(241,5,21); }

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

background-color css

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

 a { background-color: rgb(241,5,21); }

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

border-color css

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

 span { border-color: rgb(241,5,21); }

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