Html Css Color HEX #F90B33 Torch Red

📋 copy color: '#F90B33'

red 249 ◦ green 11 ◦ blue 51

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

Shades of Torch Red #F90B33

Tints of Torch Red #F90B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.54%

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 80.06%
G = 3.54%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F90B33 (or 0xF90B33) is known color: Torch Red. HEX triplet: F9, 0B and 33. RGB value is (249,11,51). Sum of RGB (Red+Green+Blue) = 249+11+51=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B33 is #06F4CC. Grayscale: #565656. Windows color (decimal): -455885 or 3345401. OLE color: 3345401.

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

Color convert

RGB 249 11 51 -
CMYK 0 0.96 0.80 0.02
HSL 349.92º 0.95% 0.51% -
HSV(B) 349.92º 0.96% 0.98% -
XYZ 39.78 20.62 5.01 -
YUV 86.72 107.85 243.75 -
System Red Green Blue C M Y K H S L
Decimal 249 11 51 0 0.96 0.80 0.02 349.92 0.95 0.51
Hex F9 B 33 0 60 50 2 15E 5F 33
Octal 371 13 63 0 140 120 2 536 137 63
Binary 11111001 1011 110011 0 1100000 1010000 10 101011110 1011111 110011

Color Harmonies of #F90B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B33

Black with #F90B33

Text Example


Text Example

White with #F90B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B33; }

 p { color: rgb(249,11,51); }

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

background-color css

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

 a { background-color: rgb(249,11,51); }

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

border-color css

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

 span { border-color: rgb(249,11,51); }

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