Html Css Color HEX #F9212F Torch Red

📋 copy color: '#F9212F'

red 249 ◦ green 33 ◦ blue 47

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

Shades of Torch Red #F9212F

Tints of Torch Red #F9212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 75.68%
G = 10.03%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9212F (or 0xF9212F) is known color: Torch Red. HEX triplet: F9, 21 and 2F. RGB value is (249,33,47). Sum of RGB (Red+Green+Blue) = 249+33+47=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9212F is #06DED0. Grayscale: #636363. Windows color (decimal): -450257 or 3088889. OLE color: 3088889.

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

Color convert

RGB 249 33 47 -
CMYK 0 0.87 0.81 0.02
HSL 356.11º 0.95% 0.55% -
HSV(B) 356.11º 0.87% 0.98% -
XYZ 40.12 21.43 4.71 -
YUV 99.18 98.56 234.86 -
System Red Green Blue C M Y K H S L
Decimal 249 33 47 0 0.87 0.81 0.02 356.11 0.95 0.55
Hex F9 21 2F 0 57 51 2 164 5F 37
Octal 371 41 57 0 127 121 2 544 137 67
Binary 11111001 100001 101111 0 1010111 1010001 10 101100100 1011111 110111

Color Harmonies of #F9212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9212F

Black with #F9212F

Text Example


Text Example

White with #F9212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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