Html Css Color HEX #F91215 Torch Red

📋 copy color: '#F91215'

red 249 ◦ green 18 ◦ blue 21

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

Shades of Torch Red #F91215

Tints of Torch Red #F91215

RGB

 RED value IS 249 (97.66% from 255) = 86.46%

 GREEN value IS 18 (7.42% from 255) = 6.25%

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

R = 86.46%
G = 6.25%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F91215 (or 0xF91215) is known color: Torch Red. HEX triplet: F9, 12 and 15. RGB value is (249,18,21). Sum of RGB (Red+Green+Blue) = 249+18+21=288 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.46% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 249 - color contains mainly: red. Hex color #F91215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91215 is #06EDEA. Grayscale: #575757. Windows color (decimal): -454123 or 1381113. OLE color: 1381113.

HSL color Cylindrical-coordinate representation of color #F91215: hue angle of 359.22º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91215 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 18 21 -
CMYK 0 0.93 0.92 0.02
HSL 359.22º 0.95% 0.52% -
HSV(B) 359.22º 0.93% 0.98% -
XYZ 39.42 20.63 2.61 -
YUV 87.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 249 18 21 0 0.93 0.92 0.02 359.22 0.95 0.52
Hex F9 12 15 0 5D 5C 2 167 5F 34
Octal 371 22 25 0 135 134 2 547 137 64
Binary 11111001 10010 10101 0 1011101 1011100 10 101100111 1011111 110100

Color Harmonies of #F91215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91215

Black with #F91215

Text Example


Text Example

White with #F91215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91215; }

 p { color: rgb(249,18,21); }

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

background-color css

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

 a { background-color: rgb(249,18,21); }

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

border-color css

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

 span { border-color: rgb(249,18,21); }

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