Html Css Color HEX #F9133B Torch Red

📋 copy color: '#F9133B'

red 249 ◦ green 19 ◦ blue 59

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

Shades of Torch Red #F9133B

Tints of Torch Red #F9133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.81%

 BLUE value IS 59 (23.44% from 255) = 18.04%

R = 76.15%
G = 5.81%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9133B (or 0xF9133B) is known color: Torch Red. HEX triplet: F9, 13 and 3B. RGB value is (249,19,59). Sum of RGB (Red+Green+Blue) = 249+19+59=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9133B is #06ECC4. Grayscale: #5C5C5C. Windows color (decimal): -453829 or 3871737. OLE color: 3871737.

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

Color convert

RGB 249 19 59 -
CMYK 0 0.92 0.76 0.02
HSL 349.57º 0.95% 0.53% -
HSV(B) 349.57º 0.92% 0.98% -
XYZ 40.09 20.92 6.06 -
YUV 92.33 109.2 239.75 -
System Red Green Blue C M Y K H S L
Decimal 249 19 59 0 0.92 0.76 0.02 349.57 0.95 0.53
Hex F9 13 3B 0 5C 4C 2 15E 5F 35
Octal 371 23 73 0 134 114 2 536 137 65
Binary 11111001 10011 111011 0 1011100 1001100 10 101011110 1011111 110101

Color Harmonies of #F9133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9133B

Black with #F9133B

Text Example


Text Example

White with #F9133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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