Html Css Color HEX #F9223C Torch Red

📋 copy color: '#F9223C'

red 249 ◦ green 34 ◦ blue 60

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

Shades of Torch Red #F9223C

Tints of Torch Red #F9223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 72.59%
G = 9.91%
B = 17.49%

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

#F9223C (or 0xF9223C) is known color: Torch Red. HEX triplet: F9, 22 and 3C. RGB value is (249,34,60). Sum of RGB (Red+Green+Blue) = 249+34+60=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9223C is #06DDC3. Grayscale: #656565. Windows color (decimal): -449988 or 3941113. OLE color: 3941113.

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

Color convert

RGB 249 34 60 -
CMYK 0 0.86 0.76 0.02
HSL 352.74º 0.95% 0.55% -
HSV(B) 352.74º 0.86% 0.98% -
XYZ 40.45 21.61 6.31 -
YUV 101.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 249 34 60 0 0.86 0.76 0.02 352.74 0.95 0.55
Hex F9 22 3C 0 56 4C 2 161 5F 37
Octal 371 42 74 0 126 114 2 541 137 67
Binary 11111001 100010 111100 0 1010110 1001100 10 101100001 1011111 110111

Color Harmonies of #F9223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9223C

Black with #F9223C

Text Example


Text Example

White with #F9223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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