Html Css Color HEX #F9213A Torch Red

📋 copy color: '#F9213A'

red 249 ◦ green 33 ◦ blue 58

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

Shades of Torch Red #F9213A

Tints of Torch Red #F9213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.71%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 73.24%
G = 9.71%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9213A (or 0xF9213A) is known color: Torch Red. HEX triplet: F9, 21 and 3A. RGB value is (249,33,58). Sum of RGB (Red+Green+Blue) = 249+33+58=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F9213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9213A is #06DEC5. Grayscale: #646464. Windows color (decimal): -450246 or 3809785. OLE color: 3809785.

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

Color convert

RGB 249 33 58 -
CMYK 0 0.87 0.77 0.02
HSL 353.06º 0.95% 0.55% -
HSV(B) 353.06º 0.87% 0.98% -
XYZ 40.37 21.53 6.03 -
YUV 100.43 104.06 233.97 -
System Red Green Blue C M Y K H S L
Decimal 249 33 58 0 0.87 0.77 0.02 353.06 0.95 0.55
Hex F9 21 3A 0 57 4D 2 161 5F 37
Octal 371 41 72 0 127 115 2 541 137 67
Binary 11111001 100001 111010 0 1010111 1001101 10 101100001 1011111 110111

Color Harmonies of #F9213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9213A

Black with #F9213A

Text Example


Text Example

White with #F9213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9213A; }

 p { color: rgb(249,33,58); }

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

background-color css

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

 a { background-color: rgb(249,33,58); }

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

border-color css

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

 span { border-color: rgb(249,33,58); }

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