Html Css Color HEX #F9212C Torch Red

📋 copy color: '#F9212C'

red 249 ◦ green 33 ◦ blue 44

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

Shades of Torch Red #F9212C

Tints of Torch Red #F9212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 76.38%
G = 10.12%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9212C (or 0xF9212C) is known color: Torch Red. HEX triplet: F9, 21 and 2C. RGB value is (249,33,44). Sum of RGB (Red+Green+Blue) = 249+33+44=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F9212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9212C is #06DED3. Grayscale: #636363. Windows color (decimal): -450260 or 2892281. OLE color: 2892281.

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

Color convert

RGB 249 33 44 -
CMYK 0 0.87 0.82 0.02
HSL 356.94º 0.95% 0.55% -
HSV(B) 356.94º 0.87% 0.98% -
XYZ 40.07 21.41 4.4 -
YUV 98.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 249 33 44 0 0.87 0.82 0.02 356.94 0.95 0.55
Hex F9 21 2C 0 57 52 2 165 5F 37
Octal 371 41 54 0 127 122 2 545 137 67
Binary 11111001 100001 101100 0 1010111 1010010 10 101100101 1011111 110111

Color Harmonies of #F9212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9212C

Black with #F9212C

Text Example


Text Example

White with #F9212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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