Html Css Color HEX #F90313 Torch Red

📋 copy color: '#F90313'

red 249 ◦ green 3 ◦ blue 19

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

Shades of Torch Red #F90313

Tints of Torch Red #F90313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 91.88%
G = 1.11%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F90313 (or 0xF90313) is known color: Torch Red. HEX triplet: F9, 03 and 13. RGB value is (249,3,19). Sum of RGB (Red+Green+Blue) = 249+3+19=271 (35% of max value = 765). Red value is 249 (97.66% from 255 or 91.88% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 249 - color contains mainly: red. Hex color #F90313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90313 is #06FCEC. Grayscale: #4E4E4E. Windows color (decimal): -457965 or 1246201. OLE color: 1246201.

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

Color convert

RGB 249 3 19 -
CMYK 0 0.99 0.92 0.02
HSL 356.1º 0.98% 0.49% -
HSV(B) 356.1º 0.99% 0.98% -
XYZ 39.22 20.25 2.46 -
YUV 78.38 94.5 249.7 -
System Red Green Blue C M Y K H S L
Decimal 249 3 19 0 0.99 0.92 0.02 356.1 0.98 0.49
Hex F9 3 13 0 63 5C 2 164 62 31
Octal 371 3 23 0 143 134 2 544 142 61
Binary 11111001 11 10011 0 1100011 1011100 10 101100100 1100010 110001

Color Harmonies of #F90313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90313

Black with #F90313

Text Example


Text Example

White with #F90313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90313; }

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

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

background-color css

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

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

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

border-color css

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

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

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