Html Css Color HEX #F9223D Torch Red

📋 copy color: '#F9223D'

red 249 ◦ green 34 ◦ blue 61

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

Shades of Torch Red #F9223D

Tints of Torch Red #F9223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 72.38%
G = 9.88%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9223D (or 0xF9223D) is known color: Torch Red. HEX triplet: F9, 22 and 3D. RGB value is (249,34,61). Sum of RGB (Red+Green+Blue) = 249+34+61=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9223D is #06DDC2. Grayscale: #656565. Windows color (decimal): -449987 or 4006649. OLE color: 4006649.

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

Color convert

RGB 249 34 61 -
CMYK 0 0.86 0.76 0.02
HSL 352.47º 0.95% 0.55% -
HSV(B) 352.47º 0.86% 0.98% -
XYZ 40.48 21.62 6.45 -
YUV 101.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 249 34 61 0 0.86 0.76 0.02 352.47 0.95 0.55
Hex F9 22 3D 0 56 4C 2 160 5F 37
Octal 371 42 75 0 126 114 2 540 137 67
Binary 11111001 100010 111101 0 1010110 1001100 10 101100000 1011111 110111

Color Harmonies of #F9223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9223D

Black with #F9223D

Text Example


Text Example

White with #F9223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9223D; }

 p { color: rgb(249,34,61); }

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

background-color css

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

 a { background-color: rgb(249,34,61); }

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

border-color css

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

 span { border-color: rgb(249,34,61); }

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