Html Css Color HEX #F91013 Torch Red

📋 copy color: '#F91013'

red 249 ◦ green 16 ◦ blue 19

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

Shades of Torch Red #F91013

Tints of Torch Red #F91013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 87.68%
G = 5.63%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F91013 (or 0xF91013) is known color: Torch Red. HEX triplet: F9, 10 and 13. RGB value is (249,16,19). Sum of RGB (Red+Green+Blue) = 249+16+19=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F91013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91013 is #06EFEC. Grayscale: #565656. Windows color (decimal): -454637 or 1249529. OLE color: 1249529.

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

Color convert

RGB 249 16 19 -
CMYK 0 0.94 0.92 0.02
HSL 359.23º 0.95% 0.52% -
HSV(B) 359.23º 0.94% 0.98% -
XYZ 39.37 20.56 2.51 -
YUV 86.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 249 16 19 0 0.94 0.92 0.02 359.23 0.95 0.52
Hex F9 10 13 0 5E 5C 2 167 5F 34
Octal 371 20 23 0 136 134 2 547 137 64
Binary 11111001 10000 10011 0 1011110 1011100 10 101100111 1011111 110100

Color Harmonies of #F91013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91013

Black with #F91013

Text Example


Text Example

White with #F91013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91013; }

 p { color: rgb(249,16,19); }

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

background-color css

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

 a { background-color: rgb(249,16,19); }

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

border-color css

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

 span { border-color: rgb(249,16,19); }

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