Html Css Color HEX #F9213F Torch Red

📋 copy color: '#F9213F'

red 249 ◦ green 33 ◦ blue 63

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

Shades of Torch Red #F9213F

Tints of Torch Red #F9213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 72.17%
G = 9.57%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9213F (or 0xF9213F) is known color: Torch Red. HEX triplet: F9, 21 and 3F. RGB value is (249,33,63). Sum of RGB (Red+Green+Blue) = 249+33+63=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9213F is #06DEC0. Grayscale: #656565. Windows color (decimal): -450241 or 4137465. OLE color: 4137465.

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

Color convert

RGB 249 33 63 -
CMYK 0 0.87 0.75 0.02
HSL 351.67º 0.95% 0.55% -
HSV(B) 351.67º 0.87% 0.98% -
XYZ 40.51 21.59 6.73 -
YUV 101 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 249 33 63 0 0.87 0.75 0.02 351.67 0.95 0.55
Hex F9 21 3F 0 57 4B 2 160 5F 37
Octal 371 41 77 0 127 113 2 540 137 67
Binary 11111001 100001 111111 0 1010111 1001011 10 101100000 1011111 110111

Color Harmonies of #F9213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9213F

Black with #F9213F

Text Example


Text Example

White with #F9213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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