Html Css Color HEX #F90320 Torch Red

📋 copy color: '#F90320'

red 249 ◦ green 3 ◦ blue 32

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

Shades of Torch Red #F90320

Tints of Torch Red #F90320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 87.68%
G = 1.06%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F90320 (or 0xF90320) is known color: Torch Red. HEX triplet: F9, 03 and 20. RGB value is (249,3,32). Sum of RGB (Red+Green+Blue) = 249+3+32=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F90320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90320 is #06FCDF. Grayscale: #4F4F4F. Windows color (decimal): -457952 or 2098169. OLE color: 2098169.

HSL color Cylindrical-coordinate representation of color #F90320: hue angle of 352.93º 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 #F90320 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 3 32 -
CMYK 0 0.99 0.87 0.02
HSL 352.93º 0.98% 0.49% -
HSV(B) 352.93º 0.99% 0.98% -
XYZ 39.36 20.31 3.21 -
YUV 79.86 101 248.64 -
System Red Green Blue C M Y K H S L
Decimal 249 3 32 0 0.99 0.87 0.02 352.93 0.98 0.49
Hex F9 3 20 0 63 57 2 161 62 31
Octal 371 3 40 0 143 127 2 541 142 61
Binary 11111001 11 100000 0 1100011 1010111 10 101100001 1100010 110001

Color Harmonies of #F90320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90320

Black with #F90320

Text Example


Text Example

White with #F90320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90320; }

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

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

background-color css

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

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

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

border-color css

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

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

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